ReactOS 0.4.16-dev-2384-gff6bd79
TransactedSnapshotImpl Struct Reference
Collaboration diagram for TransactedSnapshotImpl:

Public Attributes

struct StorageBaseImpl base
 
StorageBaseImplscratch
 
TransactedDirEntryentries
 
ULONG entries_size
 
ULONG firstFreeEntry
 
StorageBaseImpltransactedParent
 
ULONG lastTransactionSig
 

Detailed Description

Definition at line 129 of file storage32.c.

Member Data Documentation

◆ base

struct StorageBaseImpl TransactedSnapshotImpl::base

Definition at line 131 of file storage32.c.

◆ entries

TransactedDirEntry* TransactedSnapshotImpl::entries

Definition at line 140 of file storage32.c.

◆ entries_size

ULONG TransactedSnapshotImpl::entries_size

Definition at line 141 of file storage32.c.

◆ firstFreeEntry

ULONG TransactedSnapshotImpl::firstFreeEntry

Definition at line 142 of file storage32.c.

◆ lastTransactionSig

ULONG TransactedSnapshotImpl::lastTransactionSig

Definition at line 150 of file storage32.c.

◆ scratch

StorageBaseImpl* TransactedSnapshotImpl::scratch

Definition at line 136 of file storage32.c.

◆ transactedParent

StorageBaseImpl* TransactedSnapshotImpl::transactedParent

Definition at line 147 of file storage32.c.


The documentation for this struct was generated from the following file: