ReactOS 0.4.15-dev-7924-g5949c20
BlockChainBlock Struct Reference

Public Attributes

ULONG index
 
ULONG sector
 
BOOL read
 
BOOL dirty
 
BYTE data [MAX_BIG_BLOCK_SIZE]
 

Detailed Description

Definition at line 192 of file storage32.c.

Member Data Documentation

◆ data

BYTE BlockChainBlock::data[MAX_BIG_BLOCK_SIZE]

Definition at line 198 of file storage32.c.

Referenced by BlockChainStream_ReadAt(), and BlockChainStream_WriteAt().

◆ dirty

BOOL BlockChainBlock::dirty

Definition at line 197 of file storage32.c.

Referenced by BlockChainStream_Construct(), and BlockChainStream_WriteAt().

◆ index

ULONG BlockChainBlock::index

Definition at line 194 of file storage32.c.

Referenced by BlockChainStream_Construct().

◆ read

BOOL BlockChainBlock::read

Definition at line 196 of file storage32.c.

Referenced by BlockChainStream_ReadAt(), and BlockChainStream_WriteAt().

◆ sector

ULONG BlockChainBlock::sector

Definition at line 195 of file storage32.c.

Referenced by BlockChainStream_ReadAt(), and BlockChainStream_WriteAt().


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