Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RtlIsZeroLuid macro (wdm.h)

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

Feedback

Was this page helpful?

Additional resources