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