.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlFindSetBitsAndClear 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlFindSetBitsAndClear\fR (NTDLL.@) .SH SYNOPSIS ULONG RtlFindSetBitsAndClear ( PRTL_BITMAP \fIlpBits\fR, ULONG \fIulCount\fR, ULONG \fIulHint\fR ) .SH DESCRIPTION .PP Find a block of set bits in a bitmap, and clear them if found. .SH PARAMS \fIlpBits\fR \fB[In]\fR Bitmap pointer. .PP \fIulCount\fR \fB[In]\fR Number of consecutive set bits to find. .PP \fIulHint\fR \fB[In]\fR Suggested starting position for set bits. .PP .SH RETURNS .PP The bit at which the match was found, or \fB-1\fR if no match was 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.