1 2typedef struct tagVFW_FILTERLIST 3{ 4 UINT cFilters; 5 CLSID aClsId[1]; 6} VFW_FILTERLIST; 7 8#define CFSTR_VFW_FILTERLIST "Video for Windows 4 Filters"