#ifndef _NTRTL_H
// Wait on address
// begin_rev
#if (PHNT_VERSION >= PHNT_WIN8)
NTSYSAPI
NTSTATUS
NTAPI
RtlWaitOnAddress(
_In_reads_bytes_(AddressSize) volatile VOID *Address,
_In_reads_bytes_(AddressSize) PVOID CompareAddress,
_In_ SIZE_T AddressSize,
_In_opt_ PLARGE_INTEGER Timeout
);
View code on GitHub
No description available.