RtlCompareMemoryUlong(3w)

NAME

RtlCompareMemoryUlong (NTDLL.@)

SYNOPSIS

SIZE_T RtlCompareMemoryUlong
 (
  const ULONG* Source1,
  SIZE_T       Length,
  ULONG        dwVal
 )

DESCRIPTION

Compare a block of memory with a value, a ULONG at a time.

PARAMS

Source1 [In] Source block. This must be ULONG aligned.

Length [In] Number of bytes to compare. This should be a multiple of 4.

dwVal [In] Value to compare to.

RETURNS

The byte position of the first byte at which Source1 is not dwVal.

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