RtlCopyLuidAndAttributesArray(3w)
NAME
RtlCopyLuidAndAttributesArray (NTDLL.@)
SYNOPSIS
void RtlCopyLuidAndAttributesArray ( ULONG Count, const LUID_AND_ATTRIBUTES* Src, PLUID_AND_ATTRIBUTES Dest )
DESCRIPTION
Copy an array of local unique ID's and attributes.
PARAMS
Count [In] Number of Luid/attributes in Src.
Src [In] Source Luid/attributes to copy.
Dest [Out] Destination for copied Luid/attributes.
RETURNS
Nothing.
NOTES
Dest must be large enough to hold Src.
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".