RtlSetBits (NTDLL.@)
VOID RtlSetBits ( PRTL_BITMAP lpBits, ULONG ulStart, ULONG ulCount )
Set a range of bits in a bitmap.
lpBits | [In] | Bitmap pointer. |
ulStart | [In] | First bit to set. |
ulCount | [In] | Number of consecutive bits to set. |
Nothing.
Defined in "winternl.h".
Implemented in "dlls/ntdll/rtlbitmap.c". source.winehq.org/source/dlls/ntdll/rtlbitmap.c
Debug channel "ntdll".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.