UuidCreateSequential (RPCRT4.@)
RPC_STATUS UuidCreateSequential ( UUID* Uuid )
Creates a 128bit UUID.
RPC_S_OK if successful. RPC_S_UUID_LOCAL_ONLY if UUID is only locally unique.
FIXME: No compensation for changes across reloading this dll or across reboots (e.g. clock going backwards and swapped network cards). The RFC suggests using NVRAM for storing persistent values.
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.