#ifndef _NTRTL_H
#if (PHNT_VERSION >= PHNT_WINDOWS_10)
NTSYSAPI
ULONG64
NTAPI
RtlFindSetBitsAndClearEx(
_In_ PRTL_BITMAP_EX BitMapHeader,
_In_ ULONG64 NumberToFind,
_In_ ULONG64 HintIndex
);
View code on GitHub
No description available.