RtlCopyLuidAndAttributesArray.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ntdll/rtl.c".

Debug channel "ntdll".