Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
Converts a globally unique identifier (GUID) into a string of printable characters.
Syntax
int StringFromGUID2(
[in] REFGUID rguid,
[out] LPOLESTR lpsz,
[in] int cchMax
);
Parameters
[in] rguid
The GUID to be converted.
[out] lpsz
A pointer to a caller-allocated string variable to receive the resulting string. The string that represents rguid includes enclosing braces.
[in] cchMax
The number of characters available in the lpsz buffer.
Return value
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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | combaseapi.h (include Objbase.h) |
| Library | Ole32.lib |
| DLL | Ole32.dll |