guid 433 ext/com_dotnet/com_typeinfo.c int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage) guid 450 ext/com_dotnet/com_typeinfo.c if (guid) { guid 451 ext/com_dotnet/com_typeinfo.c memcpy(guid, &attr->guid, sizeof(GUID)); guid 461 ext/com_dotnet/com_typeinfo.c guidstring = php_com_string_from_clsid(&attr->guid, codepage); guid 179 ext/com_dotnet/php_com_dotnet_internal.h int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage);