ReactOS 0.4.15-dev-7994-gb388cb6
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 131 of file storage32.c.

Member Data Documentation

◆ base

struct StorageBaseImpl TransactedSnapshotImpl::base

Definition at line 133 of file storage32.c.

◆ entries

TransactedDirEntry* TransactedSnapshotImpl::entries

Definition at line 142 of file storage32.c.

◆ entries_size

ULONG TransactedSnapshotImpl::entries_size

Definition at line 143 of file storage32.c.

◆ firstFreeEntry

ULONG TransactedSnapshotImpl::firstFreeEntry

Definition at line 144 of file storage32.c.

◆ lastTransactionSig

ULONG TransactedSnapshotImpl::lastTransactionSig

Definition at line 152 of file storage32.c.

◆ scratch

StorageBaseImpl* TransactedSnapshotImpl::scratch

Definition at line 138 of file storage32.c.

◆ transactedParent

StorageBaseImpl* TransactedSnapshotImpl::transactedParent

Definition at line 149 of file storage32.c.


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