2OO1, 9 February
NtAllocateLocallyUniqueId
NtAllocateLocallyUniqueId
NTSYSAPI
NTSTATUS
NTAPI
NtAllocateLocallyUniqueId(
OUT PLUID LocallyUniqueId );
Function allocates LUID (Locally Unique Identifier)
for future use.
- LocallyUniqueId Pointer to LUID
structure receiving new locally unique identifier.
- Documented by:
- Tomasz Nowak
Requirements:
- Library: ntdll.lib
See also:
- NtAllocateUuids
- NtCreateToken