UuidToStringA(3w)
NAME
UuidToStringA (RPCRT4.@)
SYNOPSIS
RPC_STATUS UuidToStringA ( UUID* Uuid, RPC_CSTR* StringUuid )
DESCRIPTION
Converts a UUID to a string.
UUID format is 8 hex digits, followed by a hyphen then three groups of
4 hex digits each followed by a hyphen and then 12 hex digits.
RETURNS
S_OK if successful. S_OUT_OF_MEMORY if unsuccessful.
IMPLEMENTATION
Defined in "rpcdce.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/rpcrt4/rpcrt4_main.c".
- Debug channel "rpc".