RtlAreBitsSet (NTDLL.@)
BOOLEAN RtlAreBitsSet ( PCRTL_BITMAP lpBits, ULONG ulStart, ULONG ulCount )
Determine if part of a bitmap is set.
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 set. FALSE, Otherwise.
Defined in "winternl.h".
Implemented in "dlls/ntdll/rtlbitmap.c". source.winehq.org/source/dlls/ntdll/rtlbitmap.c
Debug channel "ntdll".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.