guid_string       665 ext/com_dotnet/com_com.c 	OLECHAR *guid_string;
guid_string       672 ext/com_dotnet/com_com.c 	if (CoCreateGuid(&retval) == S_OK && StringFromCLSID(&retval, &guid_string) == S_OK) {
guid_string       676 ext/com_dotnet/com_com.c 		str = php_com_olestring_to_string(guid_string, &len, CP_ACP);
guid_string       681 ext/com_dotnet/com_com.c 		CoTaskMemFree(guid_string);