.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlFindSetRuns 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlFindSetRuns\fR (NTDLL.@) .SH SYNOPSIS ULONG RtlFindSetRuns ( PCRTL_BITMAP \fIlpBits\fR, PRTL_BITMAP_RUN \fIlpSeries\fR, ULONG \fIulCount\fR, BOOLEAN \fIbLongest\fR ) .SH DESCRIPTION .PP Find a series of set runs in a bitmap. .SH PARAMS \fIlpBits\fR \fB[In]\fR Bitmap pointer. .PP \fIlpSeries\fR \fB[Out]\fR Array for each run found. .PP \fIulCount\fR \fB[In]\fR Number of runs to find. .PP \fIbLongest\fR \fB[In]\fR Whether to find the very longest runs or not. .PP .SH RETURNS .PP The number of set runs found. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtlbitmap.c"\fR. .PP Debug channel \fB"ntdll"\fR.