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 declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ntdll/rtl.c". https://source.winehq.org/source/dlls/ntdll/rtl.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.