RtlIsZeroLuid macro
The RtlIsZeroLuid macro determines if the specified LUID is the zero LUID.
Syntax
BOOLEAN RtlIsZeroLuid(
[in] PLUID L1
);
Parameters
- L1 [in]
-
Specifies the LUID to check.
Return value
RtlIsZeroLuid returns TRUE if L1 is zero, and returns FALSE otherwise.
Requirements
|
Header |
|
|---|---|
|
IRQL | Any level |
See also
Send comments about this topic to Microsoft
Build date: 5/22/2013