Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RtlIsZeroLuid macro determines if the specified LUID is the zero LUID.
Syntax
void RtlIsZeroLuid(
[in] L1
);
Parameters
[in] L1
Specifies the LUID to check.
Return value
None
Remarks
RtlIsZeroLuid returns TRUE if L1 is zero, and returns FALSE otherwise.
Requirements
Requirement | Value |
---|---|
Header | wdm.h |
IRQL | Any level |