comtovcfclasswizard.h

来自「这是VCF框架的代码」· C头文件 代码 · 共 252 行

H
252
字号
/* this ALWAYS GENERATED file contains the definitions for the interfaces *//* File created by MIDL compiler version 5.01.0164 *//* at Mon Jan 12 19:54:25 2004 *//* Compiler settings for e:\code\vcfdev\stable\vcf\build\vc60\add-ins\COMToVCFClassWizard\COMToVCFClassWizard.idl:    Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext    error checks: allocation ref bounds_check enum stub_data *///@@MIDL_FILE_HEADING(  )/* verify that the <rpcndr.h> version is high enough to compile this file*/#ifndef __REQUIRED_RPCNDR_H_VERSION__#define __REQUIRED_RPCNDR_H_VERSION__ 440#endif#include "rpc.h"#include "rpcndr.h"#ifndef __COMTOVCFCLASSWIZARD_h__#define __COMTOVCFCLASSWIZARD_h__#ifdef __cplusplusextern "C"{#endif /* Forward Declarations */ #ifndef __ICommands_FWD_DEFINED__#define __ICommands_FWD_DEFINED__typedef interface ICommands ICommands;#endif 	/* __ICommands_FWD_DEFINED__ */#ifndef __Commands_FWD_DEFINED__#define __Commands_FWD_DEFINED__#ifdef __cplusplustypedef class Commands Commands;#elsetypedef struct Commands Commands;#endif /* __cplusplus */#endif 	/* __Commands_FWD_DEFINED__ */#ifndef __COMToVCFClassWizard_FWD_DEFINED__#define __COMToVCFClassWizard_FWD_DEFINED__#ifdef __cplusplustypedef class COMToVCFClassWizard COMToVCFClassWizard;#elsetypedef struct COMToVCFClassWizard COMToVCFClassWizard;#endif /* __cplusplus */#endif 	/* __COMToVCFClassWizard_FWD_DEFINED__ *//* header files for imported files */#include "oaidl.h"#include "ocidl.h"void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);void __RPC_USER MIDL_user_free( void __RPC_FAR * ); #ifndef __COMTOVCFCLASSWIZARDLib_LIBRARY_DEFINED__#define __COMTOVCFCLASSWIZARDLib_LIBRARY_DEFINED__/* library COMTOVCFCLASSWIZARDLib *//* [helpstring][version][uuid] */ DEFINE_GUID(LIBID_COMTOVCFCLASSWIZARDLib,0xb398ee76,0xe839,0x487c,0xba,0xfd,0x72,0x25,0xe8,0xbe,0xbd,0xad);#ifndef __ICommands_INTERFACE_DEFINED__#define __ICommands_INTERFACE_DEFINED__/* interface ICommands *//* [object][dual][oleautomation][uuid] */ DEFINE_GUID(IID_ICommands,0x4abb8ee9,0xb42b,0x42cb,0x99,0x3f,0x98,0x55,0x54,0xf4,0x1e,0x61);#if defined(__cplusplus) && !defined(CINTERFACE)        MIDL_INTERFACE("4abb8ee9-b42b-42cb-993f-985554f41e61")    ICommands : public IDispatch    {    public:        virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ConvertCOMTypeLib( void) = 0;                virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ConvertActiveXControl( void) = 0;            };    #else 	/* C style interface */    typedef struct ICommandsVtbl    {        BEGIN_INTERFACE                HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(             ICommands __RPC_FAR * This,            /* [in] */ REFIID riid,            /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);                ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(             ICommands __RPC_FAR * This);                ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(             ICommands __RPC_FAR * This);                HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(             ICommands __RPC_FAR * This,            /* [out] */ UINT __RPC_FAR *pctinfo);                HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(             ICommands __RPC_FAR * This,            /* [in] */ UINT iTInfo,            /* [in] */ LCID lcid,            /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);                HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(             ICommands __RPC_FAR * This,            /* [in] */ REFIID riid,            /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,            /* [in] */ UINT cNames,            /* [in] */ LCID lcid,            /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);                /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(             ICommands __RPC_FAR * This,            /* [in] */ DISPID dispIdMember,            /* [in] */ REFIID riid,            /* [in] */ LCID lcid,            /* [in] */ WORD wFlags,            /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,            /* [out] */ VARIANT __RPC_FAR *pVarResult,            /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,            /* [out] */ UINT __RPC_FAR *puArgErr);                /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *ConvertCOMTypeLib )(             ICommands __RPC_FAR * This);                /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *ConvertActiveXControl )(             ICommands __RPC_FAR * This);                END_INTERFACE    } ICommandsVtbl;    interface ICommands    {        CONST_VTBL struct ICommandsVtbl __RPC_FAR *lpVtbl;    };    #ifdef COBJMACROS#define ICommands_QueryInterface(This,riid,ppvObject)	\    (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)#define ICommands_AddRef(This)	\    (This)->lpVtbl -> AddRef(This)#define ICommands_Release(This)	\    (This)->lpVtbl -> Release(This)#define ICommands_GetTypeInfoCount(This,pctinfo)	\    (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)#define ICommands_GetTypeInfo(This,iTInfo,lcid,ppTInfo)	\    (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)#define ICommands_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)	\    (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)#define ICommands_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)	\    (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)#define ICommands_ConvertCOMTypeLib(This)	\    (This)->lpVtbl -> ConvertCOMTypeLib(This)#define ICommands_ConvertActiveXControl(This)	\    (This)->lpVtbl -> ConvertActiveXControl(This)#endif /* COBJMACROS */#endif 	/* C style interface *//* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICommands_ConvertCOMTypeLib_Proxy(     ICommands __RPC_FAR * This);void __RPC_STUB ICommands_ConvertCOMTypeLib_Stub(    IRpcStubBuffer *This,    IRpcChannelBuffer *_pRpcChannelBuffer,    PRPC_MESSAGE _pRpcMessage,    DWORD *_pdwStubPhase);/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICommands_ConvertActiveXControl_Proxy(     ICommands __RPC_FAR * This);void __RPC_STUB ICommands_ConvertActiveXControl_Stub(    IRpcStubBuffer *This,    IRpcChannelBuffer *_pRpcChannelBuffer,    PRPC_MESSAGE _pRpcMessage,    DWORD *_pdwStubPhase);#endif 	/* __ICommands_INTERFACE_DEFINED__ */DEFINE_GUID(CLSID_Commands,0x9ff50665,0x30a0,0x4e5d,0xbd,0x3f,0x8b,0x66,0x72,0xa0,0xc7,0x92);#ifdef __cplusplusclass DECLSPEC_UUID("9ff50665-30a0-4e5d-bd3f-8b6672a0c792")Commands;#endifDEFINE_GUID(CLSID_COMToVCFClassWizard,0x1973ab9d,0xdc6e,0x4f1f,0x84,0x06,0x81,0x8b,0x16,0xe1,0xda,0x79);#ifdef __cplusplusclass DECLSPEC_UUID("1973ab9d-dc6e-4f1f-8406-818b16e1da79")COMToVCFClassWizard;#endif#endif /* __COMTOVCFCLASSWIZARDLib_LIBRARY_DEFINED__ *//* Additional Prototypes for ALL interfaces *//* end of Additional Prototypes */#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?