RtlFillMemoryUlong(3w)

NAME

RtlFillMemoryUlong (NTDLL.@)

SYNOPSIS

VOID RtlFillMemoryUlong
 (
  ULONG* lpDest,
  ULONG  ulCount,
  ULONG  ulValue
 )

DESCRIPTION

Fill memory with a 32 bit (dword) value.

PARAMS

lpDest [In] Bitmap pointer.

ulCount [In] Number of dwords to write.

ulValue [In] Value to fill with.

RETURNS

Nothing.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

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

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