Converts a CLSID into a string of printable characters. Different CLSIDs always convert to different strings.
WINOLEAPI StringFromCLSID(
REFCLSID rclsid, |
//CLSID to be converted |
LPOLESTR * ppsz |
//Indirect pointer to the resulting string on return |
); |
Parameters
Return Values
This function supports the standard return value E_OUTOFMEMORY; as well as the following:
Remarks
The StringFromCLSID function calls the StringFromGuid2 function to convert a globally unique identifier (GUID) into a string of printable characters.
See Also
CLSIDFromString, StringFromGuid2