gecko-dev/cck/ib/comp.h

21 lines
415 B
C
Raw Normal View History

1999-11-05 19:18:33 +00:00
typedef struct s_component {
CString archive;
CString compname;
CString name;
CString desc;
BOOL selected;
BOOL invisible;
BOOL launchapp;
BOOL additional;
BOOL disabled;
2001-11-08 23:58:42 +00:00
BOOL forceupgrade;
BOOL uncompress;
BOOL downloadonly;
2001-11-08 23:58:42 +00:00
BOOL unselected;
BOOL empty;
1999-11-05 19:18:33 +00:00
} COMPONENT;
extern "C" __declspec(dllexport)
int BuildComponentList(COMPONENT *comps, int *compNum, CString iniSrcPath,int invisibleCount);