Scroll to navigation

RtlSetAllBits(3w) Wine API RtlSetAllBits(3w)

NAME

RtlSetAllBits (NTDLL.@)

SYNOPSIS

VOID RtlSetAllBits
(
PRTL_BITMAP lpBits
)
 

DESCRIPTION

Set all bits in a bitmap.
 

PARAMS

lpBits [In] Bitmap pointer.
 

RETURNS

Nothing.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/rtlbitmap.c".
Debug channel "ntdll".
Oct 2012 Wine API