ReactOS 0.4.17-dev-934-g091855f
cifcomponent Struct Reference
Collaboration diagram for cifcomponent:

Public Attributes

ICifComponent ICifComponent_iface
 
struct list entry
 
ICifFile * parent
 
char * id
 
char * guid
 
char * description
 
char * details
 
char * group
 
DWORD version
 
DWORD build
 
char * patchid
 
char * locale
 
char * key_uninstall
 
DWORD size_win
 
DWORD size_app
 
DWORD size_download
 
DWORD size_extracted
 
char * key_success
 
char * key_progress
 
char * key_cancel
 
DWORD as_aware
 
DWORD reboot
 
DWORD admin
 
DWORD visibleui
 
DWORD priority
 
DWORD platform
 
struct list dependencies
 
struct list urls
 
DWORD queue_state
 
DWORD current_priority
 
DWORD size_actual_download
 
BOOL downloaded
 
BOOL installed
 

Detailed Description

Definition at line 92 of file icif.c.

Member Data Documentation

◆ admin

DWORD cifcomponent::admin

Definition at line 125 of file icif.c.

◆ as_aware

DWORD cifcomponent::as_aware

Definition at line 123 of file icif.c.

◆ build

DWORD cifcomponent::build

Definition at line 108 of file icif.c.

◆ current_priority

DWORD cifcomponent::current_priority

Definition at line 141 of file icif.c.

◆ dependencies

struct list cifcomponent::dependencies

Definition at line 131 of file icif.c.

Referenced by component_free().

◆ description

char* cifcomponent::description

Definition at line 102 of file icif.c.

Referenced by component_free().

◆ details

char* cifcomponent::details

Definition at line 103 of file icif.c.

Referenced by component_free().

◆ downloaded

BOOL cifcomponent::downloaded

Definition at line 143 of file icif.c.

◆ entry

struct list cifcomponent::entry

Definition at line 96 of file icif.c.

Referenced by ciffile_Release().

◆ group

char* cifcomponent::group

Definition at line 104 of file icif.c.

Referenced by component_free(), and enum_components_Next().

◆ guid

char* cifcomponent::guid

Definition at line 101 of file icif.c.

Referenced by component_free().

◆ ICifComponent_iface

ICifComponent cifcomponent::ICifComponent_iface

Definition at line 94 of file icif.c.

Referenced by ciffile_FindComponent(), enum_components_Next(), and impl_from_ICifComponent().

◆ id

char* cifcomponent::id

Definition at line 100 of file icif.c.

Referenced by ciffile_FindComponent(), and component_free().

◆ installed

BOOL cifcomponent::installed

Definition at line 144 of file icif.c.

◆ key_cancel

char* cifcomponent::key_cancel

Definition at line 121 of file icif.c.

Referenced by component_free().

◆ key_progress

char* cifcomponent::key_progress

Definition at line 120 of file icif.c.

Referenced by component_free().

◆ key_success

char* cifcomponent::key_success

Definition at line 119 of file icif.c.

Referenced by component_free().

◆ key_uninstall

char* cifcomponent::key_uninstall

Definition at line 112 of file icif.c.

Referenced by component_free().

◆ locale

char* cifcomponent::locale

Definition at line 111 of file icif.c.

Referenced by component_free().

◆ parent

ICifFile* cifcomponent::parent

Definition at line 98 of file icif.c.

◆ patchid

char* cifcomponent::patchid

Definition at line 109 of file icif.c.

Referenced by component_free().

◆ platform

DWORD cifcomponent::platform

Definition at line 129 of file icif.c.

◆ priority

DWORD cifcomponent::priority

Definition at line 128 of file icif.c.

◆ queue_state

DWORD cifcomponent::queue_state

Definition at line 140 of file icif.c.

◆ reboot

DWORD cifcomponent::reboot

Definition at line 124 of file icif.c.

◆ size_actual_download

DWORD cifcomponent::size_actual_download

Definition at line 142 of file icif.c.

◆ size_app

DWORD cifcomponent::size_app

Definition at line 115 of file icif.c.

◆ size_download

DWORD cifcomponent::size_download

Definition at line 116 of file icif.c.

◆ size_extracted

DWORD cifcomponent::size_extracted

Definition at line 117 of file icif.c.

◆ size_win

DWORD cifcomponent::size_win

Definition at line 114 of file icif.c.

◆ urls

struct list cifcomponent::urls

Definition at line 132 of file icif.c.

Referenced by component_free().

◆ version

DWORD cifcomponent::version

Definition at line 107 of file icif.c.

◆ visibleui

DWORD cifcomponent::visibleui

Definition at line 126 of file icif.c.


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