NAME

RtlSetBits  (NTDLL.@)

SYNOPSIS

 VOID RtlSetBits
 (
  PRTL_BITMAP lpBits,
  ULONG       ulStart,
  ULONG       ulCount
 )

DESCRIPTION

Set a range of bits in a bitmap.

PARAMS

lpBits [In] Bitmap pointer.
ulStart [In] First bit to set.
ulCount [In] Number of consecutive bits to set.

RETURNS

Nothing.

IMPLEMENTATION

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.