[XDK] Add RtlFindNextForwardRunSet for wdm.h

Windows DDK doesn't have it, but I think it won't hurt to have it.
This commit is contained in:
Timo Kreuzer 2024-09-14 10:14:49 +03:00
parent 7b081be46d
commit b5531f5126

View file

@ -673,6 +673,14 @@ RtlFindNextForwardRunClear(
_In_ ULONG FromIndex,
_Out_ PULONG StartingRunIndex);
NTSYSAPI
ULONG
NTAPI
RtlFindNextForwardRunSet(
_In_ PRTL_BITMAP BitMapHeader,
_In_ ULONG FromIndex,
_Out_ PULONG StartingRunIndex);
_Success_(return != -1)
_Must_inspect_result_
NTSYSAPI