/[cvs]/api/include/activecf.h
ViewVC logotype

Contents of /api/include/activecf.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:59 2001 UTC (22 years, 10 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 //------------------------------------------------------------------------------
2 // File: ActiveCf.h
3 //
4 // Desc: Contains the data formats for the transfer of VfW4 filters via the
5 // clipboard.
6 //
7 // Copyright (c) 1992 - 2000, Microsoft Corporation. All rights reserved.
8 //------------------------------------------------------------------------------
9
10
11 #define CFSTR_VFW_FILTERLIST "Video for Windows 4 Filters"
12
13 typedef struct tagVFW_FILTERLIST{
14 UINT cFilters; // number of CLSIDs in aClsId
15 CLSID aClsId[1]; // ClsId of each filter
16 } VFW_FILTERLIST;
17
18

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26