.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlCopyLuid 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlCopyLuid\fR (NTDLL.@) .SH SYNOPSIS void RtlCopyLuid ( PLUID \fILuidDest\fR, const LUID* \fILuidSrc\fR ) .SH DESCRIPTION .PP Copy a local unique \fBID\fR. .SH PARAMS \fILuidDest\fR \fB[Out]\fR Destination for the copied Luid. .PP \fILuidSrc\fR \fB[In]\fR Source Luid to copy to \fILuidDest\fR. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtl.c"\fR. .PP Debug channel \fB"ntdll"\fR.