NAME

ExUuidCreate  (NTOSKRNL.@)

SYNOPSIS

 NTSTATUS ExUuidCreate
 (
  UUID* uuid
 )

DESCRIPTION

Creates a 128bit UUID.

RETURNS

STATUS_SUCCESS if successful. RPC_NT_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 "ddk/ntddk.h". https://source.winehq.org/source/include/ddk/ntddk.h

Implemented in "dlls/ntoskrnl.exe/ntoskrnl.c". https://source.winehq.org/source/dlls/ntoskrnl.exe/ntoskrnl.c

Debug channel "ntoskrnl".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.