#ifndef _NTRTL_H
#if (PHNT_VERSION >= PHNT_THRESHOLD)
// rev
NTSYSAPI
VOID
NTAPI
RtlClearBitEx(
_In_ PRTL_BITMAP_EX BitMapHeader,
_In_range_(<, BitMapHeader->SizeOfBitMap) ULONG64 BitNumber
);
View code on GitHub
No description available.