VfZwCreateEnlistment

NTSTATUS __stdcall VfZwCreateEnlistment(
        VOID **EnlistmentHandle,
        UINT64 DesiredAccess,
        VOID *ResourceManagerHandle,
        VOID *TransactionHandle,
        _OBJECT_ATTRIBUTES *ObjectAttributes,
        UINT64 NotificationMask,
        VOID *EnlistmentKey,
        VOID *EnlistmentKeya){
  unsigned int v10; 
  VOID *retaddr; 

  v10 = DesiredAccess;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)EnlistmentHandle, retaddr);
    ViZwCheckObjectAttributes(ObjectAttributes, retaddr);
  }
  return((__int64(__fastcall *)(VOID **, _QWORD, VOID *, VOID *, _OBJECT_ATTRIBUTES *, _DWORD, _DWORD, VOID *))pXdvZwCreateEnlistment)(
           EnlistmentHandle,
           v10,
           ResourceManagerHandle,
           TransactionHandle,
           ObjectAttributes,
           NotificationMask,
           (_DWORD)EnlistmentKey,
           EnlistmentKeya);
}

Referenced by:

No references.