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". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/rtlbitmap.c". https://source.winehq.org/source/dlls/ntdll/rtlbitmap.c

Debug channel "ntdll".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.