Activecf.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  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. #define CFSTR_VFW_FILTERLIST "Video for Windows 4 Filters"
  10. typedef struct tagVFW_FILTERLIST{
  11.     UINT  cFilters;                     // number of CLSIDs in aClsId
  12.     CLSID aClsId[1];                    // ClsId of each filter
  13. } VFW_FILTERLIST;