A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



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

Library
Rpcrt4

Parameter Information
- 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.

Return Values
RPC_S_OK
Success

RPC_S_OUT_OF_MEMORY
No memory

Last update: 07 April 2006