RtlFindSetRuns(3w)
NAME
RtlFindSetRuns (NTDLL.@)
SYNOPSIS
ULONG RtlFindSetRuns ( PCRTL_BITMAP lpBits, PRTL_BITMAP_RUN lpSeries, ULONG ulCount, BOOLEAN bLongest )
DESCRIPTION
Find a series of set runs in a bitmap.
PARAMS
lpBits [In] Bitmap pointer.
lpSeries [Out] Array for each run found.
ulCount [In] Number of runs to find.
bLongest [In] Whether to find the very longest runs or not.
RETURNS
The number of set runs found.
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtlbitmap.c".
- Debug channel "ntdll".