RtlCopyLuid.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "ntdll".