VfZwCreateTransactionManager

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

Referenced by:

No references.