The RtlClearAllBits routine sets all bits in a given bitmap variable to zero.
VOID
RtlClearAllBits(
IN PRTL_BITMAP BitMapHeader
);
None
Declared in ntddk.h. Include ntddk.h.
Callers of RtlClearAllBits must be running at IRQL < DISPATCH_LEVEL if the memory containing the bitmap variable or at BitMapHeader is pageable. Otherwise, RtlClearAllBits can be called at any IRQL.
RtlAreBitsClear, RtlAreBitsSet, RtlClearBits, RtlFindSetBits, RtlFindSetBitsAndClear, RtlInitializeBitMap, RtlNumberOfSetBits