.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlSetBits 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlSetBits\fR (NTDLL.@) .SH SYNOPSIS VOID RtlSetBits ( PRTL_BITMAP \fIlpBits\fR, ULONG \fIulStart\fR, ULONG \fIulCount\fR ) .SH DESCRIPTION .PP Set a range of bits in a bitmap. .SH PARAMS \fIlpBits\fR \fB[In]\fR Bitmap pointer. .PP \fIulStart\fR \fB[In]\fR First bit to set. .PP \fIulCount\fR \fB[In]\fR Number of consecutive bits to set. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtlbitmap.c"\fR. .PP Debug channel \fB"ntdll"\fR.