Files
reactos/reactos/include/dxsdk/activecf.h
Christoph von Wittich 9f481ee4dd rename to lower case
svn path=/trunk/; revision=36313
2008-09-19 08:44:50 +00:00

9 lines
151 B
C

typedef struct tagVFW_FILTERLIST
{
UINT cFilters;
CLSID aClsId[1];
} VFW_FILTERLIST;
#define CFSTR_VFW_FILTERLIST "Video for Windows 4 Filters"