reactos/include/dxsdk/activecf.h
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +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"