// wdm.h
int RtlConstantTimeEqualMemory(
const void *v1,
const void *v2,
unsigned long len
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the RtlConstantTimeEqualMemory function.
v1Defines the PVOID parameter v1.
v2Defines the PVOID parameter v2.
lenDefines the ULONG parameter len.
0