UuidCreate(3w)
NAME
UuidCreate (RPCRT4.@)
SYNOPSIS
RPC_STATUS UuidCreate
(
UUID* Uuid
)
DESCRIPTION
Creates a 128bit UUID.
RETURNS
RPC_S_OK if successful. RPC_S_UUID_LOCAL_ONLY if UUID is only locally
unique.
NOTES
Follows RFC 4122, section 4.4 (Algorithms for Creating a UUID from
Truly Random or Pseudo-Random Numbers)
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".