mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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,
|
||||
_Out_ PULONG StartingRunIndex);
|
||||
|
||||
NTSYSAPI
|
||||
ULONG
|
||||
NTAPI
|
||||
RtlFindNextForwardRunSet(
|
||||
_In_ PRTL_BITMAP BitMapHeader,
|
||||
_In_ ULONG FromIndex,
|
||||
_Out_ PULONG StartingRunIndex);
|
||||
|
||||
_Success_(return != -1)
|
||||
_Must_inspect_result_
|
||||
NTSYSAPI
|
||||
|
|
Loading…
Reference in a new issue