RtlCompareMemory (NTDLL.@)
SIZE_T RtlCompareMemory ( const VOID* Source1, const VOID* Source2, SIZE_T Length )
Compare one block of memory with another.
Source1 | [In] | Source block. |
Source2 | [In] | Block to compare to Source1. |
Length | [In] | Number of bytes to compare. |
The length of the first byte at which Source1 and Source2 differ, or Length if they are the same.
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 © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.