mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
13 lines
230 B
C
13 lines
230 B
C
|
|
#ifndef __ACTIVECF__
|
|
#define __ACTIVECF__
|
|
|
|
#define CFSTR_VFW_FILTERLIST "Video for Windows 4 Filters"
|
|
|
|
typedef struct tagVFW_FILTERLIST
|
|
{
|
|
UINT cFilters;
|
|
CLSID aClsId[1];
|
|
} VFW_FILTERLIST;
|
|
|
|
#endif |