Group: Remote Procedure Call (RPC) - Library: rpcrt4
Generating random UUID values
Generating sequential UUID values
Generating UUID values from numbers
RPC_STATUS RPC_ENTRY RpcStringFree(
unsigned char **String
);
DECLARE INTEGER RpcStringFree IN Rpcrt4;
LONG @StringUuid
String Pointer to a pointer to the character string to free.
Returns RPC_S_OK (0) if the call succeeded.
An application is responsible for calling RpcStringFree once for each character string allocated and returned by calls to other RPC run-time library routines.
See also: UuidToString.