guidstring        455 ext/com_dotnet/com_typeinfo.c 			char *guidstring;
guidstring        461 ext/com_dotnet/com_typeinfo.c 			guidstring = php_com_string_from_clsid(&attr->guid, codepage);
guidstring        462 ext/com_dotnet/com_typeinfo.c 			php_printf("class %s { /* GUID=%s */\n", ansiname, guidstring);
guidstring        463 ext/com_dotnet/com_typeinfo.c 			efree(guidstring);