guid              434 ext/com_dotnet/com_typeinfo.c int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage TSRMLS_DC)
guid              451 ext/com_dotnet/com_typeinfo.c 		if (guid) {
guid              452 ext/com_dotnet/com_typeinfo.c 			memcpy(guid, &attr->guid, sizeof(GUID));
guid              462 ext/com_dotnet/com_typeinfo.c 			guidstring = php_com_string_from_clsid(&attr->guid, codepage TSRMLS_CC);
guid              176 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 TSRMLS_DC);