RtlEqualLuid (NTDLL.@)
BOOLEAN RtlEqualLuid ( const LUID* Luid1, const LUID* Luid2 )
Compare two local unique ID's.
Luid1 | [In] | First Luid to compare to Luid2. |
Luid2 | [In] | Second Luid to compare to Luid1. |
TRUE: The two LUID's are equal.
FALSE: Otherwise
Defined in "winternl.h".
Implemented in "dlls/ntdll/rtl.c". source.winehq.org/source/dlls/ntdll/rtl.c
Debug channel "ntdll".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.