UuidToString The UuidToString function converts a UUID to a string.
VB4-32,5,6
Declare Function UuidToString Lib "rpcrt4" Alias "UuidToStringA" (lpUUID As UUID, lpUUIDString As Long) As Long |
VB.NET
System.Guid.ToString |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
- Uuid
Pointer to a binary UUID.
- StringUuid
Returns a pointer to a pointer to the string representation of the UUID specified in the Uuid argument.
Specify a NULL value to prevent UuidToString from returning the StringUuid parameter. In this case, the application does not call RpcStringFree. |
RPC_S_OK
Success
RPC_S_OUT_OF_MEMORY
No memory |
|