RtlInitializeBitMap(3w)

NAME

RtlInitializeBitMap (NTDLL.@)

SYNOPSIS

VOID RtlInitializeBitMap
 (
  PRTL_BITMAP lpBits,
  PULONG      lpBuff,
  ULONG       ulSize
 )

DESCRIPTION

Initialise a new bitmap.

PARAMS

lpBits [In] Bitmap pointer.

lpBuff [In] Memory for the bitmap.

ulSize [In] Size of lpBuff in bits.

RETURNS

Nothing.

NOTES

lpBuff must be aligned on a ULONG suitable boundary, to a multiple of 32 bytes in size (irrespective of ulSize given).

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtlbitmap.c".

Debug channel "ntdll".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout