VfZwOpenEnlistment
INT64 __stdcall VfZwOpenEnlistment(
PVOID *EnlistmentHandle,
UINT64 DesiredAccess,
PVOID RmHandle,
_GUID *EnlistmentGuid,
_OBJECT_ATTRIBUTES *ObjectAttributes){
unsigned int v7;
PVOID retaddr;
v7 = DesiredAccess;
if( (unsigned int)ViZwShouldCheck() )
{
ViZwCheckVirtualAddress((UINT64)EnlistmentHandle, retaddr);
ViZwCheckObjectAttributes(ObjectAttributes, retaddr);
}
return((__int64(__fastcall *)(PVOID *, _QWORD, PVOID, _GUID *, _OBJECT_ATTRIBUTES *))pXdvZwOpenEnlistment)(
EnlistmentHandle,
v7,
RmHandle,
EnlistmentGuid,
ObjectAttributes);
}Referenced by:
No references.