ReactOS 0.4.16-dev-814-g656a5dc
CZipFolder.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FolderViewColumns
 
class  CZipFolder
 

Enumerations

enum  FOLDERCOLUMN {
  COL_NAME = 0 , COL_TYPE , COL_COMPRSIZE , COL_PASSWORD ,
  COL_SIZE , COL_RATIO , COL_DATE_MOD
}
 

Variables

static FolderViewColumns g_ColumnDefs []
 

Enumeration Type Documentation

◆ FOLDERCOLUMN

Enumerator
COL_NAME 
COL_TYPE 
COL_COMPRSIZE 
COL_PASSWORD 
COL_SIZE 
COL_RATIO 
COL_DATE_MOD 

Definition at line 9 of file CZipFolder.hpp.

10{
11 COL_NAME = 0,
18};
@ COL_COMPRSIZE
Definition: CZipFolder.hpp:13
@ COL_PASSWORD
Definition: CZipFolder.hpp:14
@ COL_RATIO
Definition: CZipFolder.hpp:16
@ COL_NAME
Definition: CZipFolder.hpp:11
@ COL_DATE_MOD
Definition: CZipFolder.hpp:17
@ COL_TYPE
Definition: CZipFolder.hpp:12
@ COL_SIZE
Definition: CZipFolder.hpp:15

Variable Documentation

◆ g_ColumnDefs

FolderViewColumns g_ColumnDefs[]
static
Initial value:

Definition at line 28 of file CZipFolder.hpp.

Referenced by CZipFolder::GetDefaultColumnState(), and CZipFolder::GetDetailsOf().