mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[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:
parent
7b081be46d
commit
b5531f5126
1 changed files with 8 additions and 0 deletions
|
@ -673,6 +673,14 @@ RtlFindNextForwardRunClear(
|
||||||
_In_ ULONG FromIndex,
|
_In_ ULONG FromIndex,
|
||||||
_Out_ PULONG StartingRunIndex);
|
_Out_ PULONG StartingRunIndex);
|
||||||
|
|
||||||
|
NTSYSAPI
|
||||||
|
ULONG
|
||||||
|
NTAPI
|
||||||
|
RtlFindNextForwardRunSet(
|
||||||
|
_In_ PRTL_BITMAP BitMapHeader,
|
||||||
|
_In_ ULONG FromIndex,
|
||||||
|
_Out_ PULONG StartingRunIndex);
|
||||||
|
|
||||||
_Success_(return != -1)
|
_Success_(return != -1)
|
||||||
_Must_inspect_result_
|
_Must_inspect_result_
|
||||||
NTSYSAPI
|
NTSYSAPI
|
||||||
|
|
Loading…
Reference in a new issue