RtlAreBitsClear (NTDLL.@)
BOOLEAN RtlAreBitsClear ( PCRTL_BITMAP lpBits, ULONG ulStart, ULONG ulCount )
Determine if part of a bitmap is clear.
lpBits | [In] | Bitmap pointer. |
ulStart | [In] | First bit to check from. |
ulCount | [In] | Number of consecutive bits to check. |
TRUE, If ulCount bits from ulStart are clear. FALSE, Otherwise.
Defined in "winternl.h".
Implemented in "dlls/ntdll/rtlbitmap.c". source.winehq.org/source/dlls/ntdll/rtlbitmap.c
Debug channel "ntdll".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.