Scroll to navigation

RtlSetBits(3w) Wine API RtlSetBits(3w)

NAME

RtlSetBits (NTDLL.@)

SYNOPSIS

VOID RtlSetBits
(
PRTL_BITMAP lpBits,
ULONG ulStart,
ULONG ulCount
)
 

DESCRIPTION

Set a range of bits in a bitmap.
 

PARAMS

lpBits [In] Bitmap pointer.
ulStart [In] First bit to set.
ulCount [In] Number of consecutive bits to set.
 

RETURNS

Nothing.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/rtlbitmap.c".
Debug channel "ntdll".
Oct 2012 Wine API