VfZwSetTimer
__int64 __fastcall VfZwSetTimer(
__int64 a1,
ULONG_PTR a2,
ULONG_PTR a3,
ULONG_PTR a4,
char a5,
int a6,
ULONG_PTR BugCheckParameter3){
PVOID retaddr;
if( (unsigned int)ViZwShouldCheck() )
{
ViZwCheckVirtualAddress(a2, retaddr);
ViZwCheckVirtualAddress(a3, retaddr);
ViZwCheckVirtualAddress(a4, retaddr);
ViZwCheckVirtualAddress(BugCheckParameter3, retaddr);
}
return((__int64(__fastcall *)(__int64, ULONG_PTR, ULONG_PTR, ULONG_PTR, char, int, ULONG_PTR))pXdvZwSetTimer)(
a1,
a2,
a3,
a4,
a5,
a6,
BugCheckParameter3);
}Referenced by:
No references.