table of contents
other versions
- wheezy 1.4.1-4
RtlCopyLuidAndAttributesArray(3w) | Wine API | 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 IDs 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¶
Declared in "winternl.h". Implemented in "dlls/ntdll/rtl.c". Debug channel "ntdll".Oct 2012 | Wine API |