VfZwFlushVirtualMemory
NTSTATUS __stdcall VfZwFlushVirtualMemory(
VOID *ProcessHandle,
VOID **BaseAddress,
UINT64 *RegionSize,
_IO_STATUS_BLOCK *IoStatus){
VOID *retaddr;
if( (unsigned int)ViZwShouldCheck() )
{
ViZwCheckVirtualAddress((UINT64)BaseAddress, retaddr);
ViZwCheckVirtualAddress((UINT64)RegionSize, retaddr);
ViZwCheckVirtualAddress((UINT64)IoStatus, retaddr);
}
return((__int64(__fastcall *)(VOID *, VOID **, UINT64 *, _IO_STATUS_BLOCK *))pXdvZwFlushVirtualMemory)(
ProcessHandle,
BaseAddress,
RegionSize,
IoStatus);
}Referenced by:
No references.