Scroll to navigation

RtlClearBits(3w) Wine API RtlClearBits(3w)

NAME

RtlClearBits (NTDLL.@)

SYNOPSIS

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

DESCRIPTION

Clear bits in a bitmap.
 

PARAMS

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

RETURNS

Nothing.
 

IMPLEMENTATION

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