table of contents
other versions
- wheezy 1.4.1-4
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 |