Converts a globally unique identifier (GUID) into a string of printable characters.
int StringFromGUID2( __in REFGUID rguid, __out LPOLESTR lpsz, __in int cchMax );
The GUID to be converted.
A pointer to a caller-allocated string variable to receive the resulting string.
The number of characters available in the lpsz buffer.
If the function succeeds, the return value is the number of characters in the returned string, including the null terminator. If the buffer is too small to contain the string, the return value is 0.
Send comments about this topic to Microsoft
Build date: 6/11/2009