VfZwQueryInformationTransaction
NTSTATUS __stdcall VfZwQueryInformationTransaction(
VOID *TransactionHandle,
_TRANSACTION_INFORMATION_CLASS TransactionInformationClass,
VOID *TransactionInformation,
UINT64 TransactionInformationLength,
ULONG_PTR ReturnLength){
unsigned int v5;
UINT64 v9;
VOID *retaddr;
v5 = TransactionInformationLength;
if( (unsigned int)ViZwShouldCheck() )
{
ViZwCheckVirtualAddress(v9, retaddr);
ViZwCheckVirtualAddress(*(UINT64 *)&ReturnLength, retaddr);
}
return((__int64(__fastcall *)(VOID *, _QWORD, VOID *, _QWORD, _QWORD))pXdvZwQueryInformationTransaction)(
TransactionHandle,
(unsigned int)TransactionInformationClass,
TransactionInformation,
v5,
*(_QWORD *)&ReturnLength);
}Referenced by:
No references.