Home
last modified time | relevance | path

Searched refs:guid (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/com_dotnet/
H A Dcom_typeinfo.c430 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, … in php_com_process_typeinfo() argument
447 if (guid) { in php_com_process_typeinfo()
448 memcpy(guid, &attr->guid, sizeof(GUID)); in php_com_process_typeinfo()
458 guidstring = php_com_string_from_clsid(&attr->guid, codepage TSRMLS_CC); in php_com_process_typeinfo()
H A Dphp_com_dotnet_internal.h179 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, …

Completed in 17 milliseconds