From a786dd45a4ebc6b91936b5e46d0ef0a9befc05af Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sun, 2 Aug 2020 19:36:50 +0300 Subject: Move sdk and eax --- sdk/dx8sdk/Include/activecf.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sdk/dx8sdk/Include/activecf.h (limited to 'sdk/dx8sdk/Include/activecf.h') diff --git a/sdk/dx8sdk/Include/activecf.h b/sdk/dx8sdk/Include/activecf.h new file mode 100644 index 00000000..5efd8cfc --- /dev/null +++ b/sdk/dx8sdk/Include/activecf.h @@ -0,0 +1,19 @@ +//------------------------------------------------------------------------------ +// File: ActiveCf.h +// +// Desc: Contains the data formats for the transfer of VfW4 filters via the +// clipboard. +// +// Copyright (c) 1992-2001, Microsoft Corporation. All rights reserved. +//------------------------------------------------------------------------------ + + +#define CFSTR_VFW_FILTERLIST "Video for Windows 4 Filters" + +typedef struct tagVFW_FILTERLIST{ + UINT cFilters; // number of CLSIDs in aClsId + CLSID aClsId[1]; // ClsId of each filter + +} VFW_FILTERLIST; + + -- cgit v1.2.3