2OO1, 17 February
NtAllocateUuids
NtAllocateUuids
NTSYSAPI
NTSTATUS
NTAPI
NtAllocateUuids(
OUT PLARGE_INTEGER Time,
OUT PULONG Range,
OUT PULONG Sequence );
Function NtAllocateUuids allocates User Unique
Identifier's base values. UUIDs are used to build unique
SIDs.
- Time Returns current time.
- Range Returns allocation range.
(???)
- Sequence Returns allocation sequence.
(???)
- Documented by:
- Tomasz Nowak
Requirements:
- Library: ntdll.lib
See also:
-
NtAllocateLocallyUniqueId