This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
TheUuidToString function converts aUUID to a string.
RPC_STATUS UuidToString( [in] const UUID *Uuid, [out] RPC_CSTR *StringUuid);[in] Uuid
Pointer to a binaryUUID.
[out] StringUuid
Pointer to the null-terminated string into which theUUID specified in theUuid parameter will be placed.
The UUID format isxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.
| Value | Meaning |
|---|---|
| The call succeeded. |
| The system is out of memory. |
An application callsUuidToString to convert a binaryUUID to a stringUUID. The RPC run-time library allocates memory for the string returned in theStringUuid parameter. The application is responsible for callingRpcStringFree to deallocate that memory.
| 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 | rpcdce.h (include Rpc.h) |
| Library | Rpcrt4.lib |
| DLL | Rpcrt4.dll |
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?
Was this page helpful?
Want to try using Ask Learn to clarify or guide you through this topic?