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". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/rtl.c". https://source.winehq.org/source/dlls/ntdll/rtl.c

Debug channel "ntdll".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.