.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlFindNextForwardRunSet 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlFindNextForwardRunSet\fR (NTDLL.@) .SH SYNOPSIS ULONG RtlFindNextForwardRunSet ( PCRTL_BITMAP \fIlpBits\fR, ULONG \fIulStart\fR, PULONG \fIlpPos\fR ) .SH DESCRIPTION .PP Find the next run of set bits in a bitmap. .SH PARAMS \fIlpBits\fR \fB[In]\fR Bitmap pointer. .PP \fIulStart\fR \fB[In]\fR Bit position to start searching from. .PP \fIlpPos\fR \fB[Out]\fR Start of run. .PP .SH RETURNS .PP \fBSuccess:\fR The length of the next set run in the bitmap. \fIlpPos\fR is set to the start of the run. .PP \fBFailure:\fR \fB0\fR, if no run is found or any parameters are invalid. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtlbitmap.c"\fR. .PP Debug channel \fB"ntdll"\fR.