table of contents
other versions
- wheezy 1.4.1-4
RtlClearAllBits(3w) | Wine API | RtlClearAllBits(3w) |
NAME¶
RtlClearAllBits (NTDLL.@)SYNOPSIS¶
VOID RtlClearAllBits(
PRTL_BITMAP lpBits
)
DESCRIPTION¶
Clear all bits in a bitmap.PARAMS¶
lpBit [In] Bitmap pointer.RETURNS¶
Nothing.IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/rtlbitmap.c". Debug channel "ntdll".Oct 2012 | Wine API |