RtlFindClearRuns (NTDLL.@)
ULONG RtlFindClearRuns ( PCRTL_BITMAP lpBits, PRTL_BITMAP_RUN lpSeries, ULONG ulCount, BOOLEAN bLongest )
Find a series of clear runs in a bitmap.
lpBits | [In] | Bitmap pointer. |
ulSeries | [Out] | Array for each run found. |
ulCount | [In] | Number of runs to find. |
bLongest | [In] | Whether to find the very longest runs or not. |
The number of clear runs found.
Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h
Implemented in "dlls/ntdll/rtlbitmap.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/rtlbitmap.c
Debug channel "ntdll".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.