RtlCopyLuid(3w)
NAME
RtlCopyLuid (NTDLL.@)
SYNOPSIS
void RtlCopyLuid ( PLUID LuidDest, const LUID* LuidSrc )
DESCRIPTION
Copy a local unique ID.
PARAMS
LuidDest [Out] Destination for the copied Luid.
LuidSrc [In] Source Luid to copy to LuidDest.
RETURNS
Nothing.
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtl.c".
- Debug channel "ntdll".