NAME

RtlCompareMemoryUlong  (NTDLL.@)

SYNOPSIS

 SIZE_T RtlCompareMemoryUlong
 (
  VOID*  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

Declared in "winnt.h". https://source.winehq.org/source/include/winnt.h

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.