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

Declared in "include/ddk/ntddk.h". gitlab.winehq.org/wine/wine/blob/master/include/ddk/ntddk.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.