ReactOS 0.4.16-dev-1028-g8602629
|
#include <cabinet.h>
Public Attributes | |
ULONG | UncompOffset = 0 |
ULONG | AbsoluteOffset = 0 |
ULONG | TotalFolderSize = 0 |
std::list< PCFDATA_NODE > | DataList |
ULONG | Index = 0 |
bool | Commit = false |
bool | Delete = false |
CFFOLDER | Folder = { 0 } |
Definition at line 226 of file cabinet.h.
Referenced by CCabinet::WriteFileToScratchStorage().
std::list<PCFDATA_NODE> _CFFOLDER_NODE::DataList |
Definition at line 224 of file cabinet.h.
Referenced by CCabinet::CommitDataBlocks(), CCabinet::DestroyDataNodes(), CCabinet::ExtractFile(), CCabinet::GetAbsoluteOffset(), and CCabinet::NewDataNode().
Definition at line 227 of file cabinet.h.
Referenced by CCabinet::DestroyDeletedFolderNodes(), and CCabinet::WriteFileToScratchStorage().
CFFOLDER _CFFOLDER_NODE::Folder = { 0 } |
Definition at line 228 of file cabinet.h.
Referenced by CCabinet::ExtractFile(), CCabinet::NewCabinet(), CCabinet::NewDisk(), CCabinet::NewFolder(), CCabinet::Open(), CCabinet::ReadDataBlocks(), and CCabinet::WriteDataBlock().
ULONG _CFFOLDER_NODE::Index = 0 |
Definition at line 225 of file cabinet.h.
Referenced by CCabinet::Open(), and CCabinet::ReadDataBlocks().
ULONG _CFFOLDER_NODE::TotalFolderSize = 0 |
Definition at line 223 of file cabinet.h.
Referenced by CCabinet::NewDisk(), and CCabinet::WriteDataBlock().
ULONG _CFFOLDER_NODE::UncompOffset = 0 |
Definition at line 221 of file cabinet.h.
Referenced by CCabinet::Open(), CCabinet::ReadDataBlocks(), and CCabinet::WriteFileToScratchStorage().