RtlSetBits.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "ntdll".