ReactOS 0.4.15-dev-7788-g1ad9096
folder Struct Reference
Collaboration diagram for folder:

Public Attributes

struct list entry
 
struct list files_list
 
struct list blocks_list
 
struct temp_file data
 
cab_ULONG data_start
 
cab_UWORD data_count
 
TCOMP compression
 
struct provideclassinfo classinfo
 
IFolder IFolder_iface
 
LONG ref
 
BSTR path
 

Detailed Description

Definition at line 115 of file fci.c.

Member Data Documentation

◆ blocks_list

struct list folder::blocks_list

Definition at line 119 of file fci.c.

Referenced by add_data_to_folder(), add_folder(), free_folder(), and write_data_blocks().

◆ classinfo

struct provideclassinfo folder::classinfo

Definition at line 111 of file filesystem.c.

◆ compression

TCOMP folder::compression

Definition at line 123 of file fci.c.

Referenced by add_folder(), and write_folders().

◆ data

struct temp_file folder::data

Definition at line 120 of file fci.c.

Referenced by add_data_to_folder(), add_folder(), free_folder(), and write_data_blocks().

◆ data_count

cab_UWORD folder::data_count

Definition at line 122 of file fci.c.

Referenced by add_data_to_folder(), add_folder(), and write_folders().

◆ data_start

cab_ULONG folder::data_start

Definition at line 121 of file fci.c.

Referenced by add_folder(), and write_folders().

◆ entry

struct list folder::entry

Definition at line 117 of file fci.c.

Referenced by add_folder(), free_folder(), free_package_structures(), and load_folder().

◆ files_list

struct list folder::files_list

Definition at line 118 of file fci.c.

Referenced by add_files_to_folder(), add_folder(), free_folder(), and write_files().

◆ IFolder_iface

IFolder folder::IFolder_iface

Definition at line 112 of file filesystem.c.

Referenced by impl_from_IFolder().

◆ path

BSTR folder::path

Definition at line 114 of file filesystem.c.

◆ ref

LONG folder::ref

Definition at line 113 of file filesystem.c.

Referenced by folder_AddRef(), and folder_Release().


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