gecko-dev/cck/ib/comp.h
shrutiv%netscape.com 05aa19f757 Bug 75230: CCK should be updated to work with Netscape 6.1 (r=bobj)
To parse Config.ini with additional attributes
2001-06-04 17:11:15 +00:00

17 lines
369 B
C

typedef struct s_component {
CString archive;
CString compname;
CString name;
CString desc;
BOOL selected;
BOOL invisible;
BOOL launchapp;
BOOL additional;
BOOL disabled;
BOOL forceupgrade;
} COMPONENT;
extern "C" __declspec(dllexport)
int BuildComponentList(COMPONENT *comps, CString compString, int& compNum, CString iniSrcPath,int invisibleCount);