UuidToStringA (RPCRT4.@)
RPC_STATUS UuidToStringA ( UUID* Uuid, RPC_CSTR* StringUuid )
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.
S_OK if successful. S_OUT_OF_MEMORY if unsuccessful.
Declared in "include/rpcdce.h". gitlab.winehq.org/wine/wine/blob/master/include/rpcdce.h
Implemented in "dlls/rpcrt4/rpcrt4_main.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rpcrt4/rpcrt4_main.c
Debug channel "rpc".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.