pjs/cck/ib/comp.h

14 строки
308 B
C
Исходник Обычный вид История

1999-11-05 22:18:33 +03:00
typedef struct s_component {
CString archive;
CString compname;
CString name;
CString desc;
BOOL selected;
BOOL invisible;
BOOL launchapp;
BOOL additional;
1999-11-05 22:18:33 +03:00
} COMPONENT;
extern "C" __declspec(dllexport)
int BuildComponentList(COMPONENT *comps, int *compNum, CString iniSrcPath,int invisibleCount);