VfZwOpenEnlistment

NTSTATUS __stdcall VfZwOpenEnlistment(
        VOID **EnlistmentHandle,
        UINT64 DesiredAccess,
        VOID *RmHandle,
        _GUID *EnlistmentGuid,
        ULONG_PTR ObjectAttributes){
  unsigned int v7; 
  VOID *retaddr; 

  v7 = DesiredAccess;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)EnlistmentHandle, retaddr);
    ViZwCheckObjectAttributes(*(_OBJECT_ATTRIBUTES **)&ObjectAttributes, retaddr);
  }
  return((__int64(__fastcall *)(VOID **, _QWORD, VOID *, _GUID *, _QWORD))pXdvZwOpenEnlistment)(
           EnlistmentHandle,
           v7,
           RmHandle,
           EnlistmentGuid,
           *(_QWORD *)&ObjectAttributes);
}

Referenced by:

No references.