.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlEqualLuid 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlEqualLuid\fR (NTDLL.@) .SH SYNOPSIS BOOLEAN RtlEqualLuid ( const LUID* \fILuid1\fR, const LUID* \fILuid2\fR ) .SH DESCRIPTION .PP Compare two local unique IDs. .SH PARAMS \fILuid1\fR \fB[In]\fR First Luid to compare to \fILuid2\fR. .PP \fILuid2\fR \fB[In]\fR Second Luid to compare to \fILuid1\fR. .PP .SH RETURNS .PP \fBTRUE:\fR The two LUIDs are equal. .PP \fBFALSE:\fR Otherwise .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtl.c"\fR. .PP Debug channel \fB"ntdll"\fR.