adding missing dx headers
[reactos.git] / reactos / w32api / include / activecf.h
1
2 #ifndef __ACTIVECF__
3 #define __ACTIVECF__
4
5 #define CFSTR_VFW_FILTERLIST "Video for Windows 4 Filters"
6
7 typedef struct tagVFW_FILTERLIST
8 {
9 UINT cFilters;
10 CLSID aClsId[1];
11 } VFW_FILTERLIST;
12
13 #endif