RtlCompareMemoryUlong (NTDLL.@)
SIZE_T RtlCompareMemoryUlong ( const ULONG* Source1, SIZE_T Length, ULONG dwVal )
Compare a block of memory with a value, a ULONG at a time.
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. |
The byte position of the first byte at which Source1 is not dwVal.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntdll/rtl.c". source.winehq.org/source/dlls/ntdll/rtl.c
Debug channel "ntdll".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.