VfZwCreateTransactionManager

NTSTATUS __stdcall VfZwCreateTransactionManager(
        VOID **TmHandle,
        UINT64 DesiredAccess,
        ULONG_PTR ObjectAttributes,
        _UNICODE_STRING *LogFileName,
        UINT64 CommitStrength,
        UINT64 CommitStrengtha){
  _OBJECT_ATTRIBUTES *v7; 
  unsigned int v8; 
  VOID *retaddr; 

  v7 = *(_OBJECT_ATTRIBUTES **)&ObjectAttributes;
  v8 = DesiredAccess;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)TmHandle, retaddr);
    ViZwCheckObjectAttributes(v7, retaddr);
    ViZwCheckUnicodeString(LogFileName, retaddr);
  }
  return((__int64(__fastcall *)(VOID **, _QWORD, _OBJECT_ATTRIBUTES *, _UNICODE_STRING *, _DWORD, _DWORD))pXdvZwCreateTransactionManager)(
           TmHandle,
           v8,
           v7,
           LogFileName,
           CommitStrength,
           CommitStrengtha);
}

Referenced by:

No references.