CBXShell/CBXShell/CBXShell.h

215 lines
5.2 KiB
C++

/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 7.00.0555 */
/* at Thu Jun 14 19:57:45 2018
*/
/* Compiler settings for CBXShell.idl:
Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 7.00.0555
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
/* @@MIDL_FILE_HEADING( ) */
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __CBXShell_h__
#define __CBXShell_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __ICBXShell_FWD_DEFINED__
#define __ICBXShell_FWD_DEFINED__
typedef interface ICBXShell ICBXShell;
#endif /* __ICBXShell_FWD_DEFINED__ */
#ifndef __CBXShell_FWD_DEFINED__
#define __CBXShell_FWD_DEFINED__
#ifdef __cplusplus
typedef class CBXShell CBXShell;
#else
typedef struct CBXShell CBXShell;
#endif /* __cplusplus */
#endif /* __CBXShell_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __ICBXShell_INTERFACE_DEFINED__
#define __ICBXShell_INTERFACE_DEFINED__
/* interface ICBXShell */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_ICBXShell;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("677D0B3B-E0A8-4ECC-BD7E-1BCC96E388EA")
ICBXShell : public IDispatch
{
public:
};
#else /* C style interface */
typedef struct ICBXShellVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ICBXShell * This,
/* [in] */ REFIID riid,
/* [annotation][iid_is][out] */
__RPC__deref_out void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ICBXShell * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ICBXShell * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
ICBXShell * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
ICBXShell * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
ICBXShell * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [range][in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
ICBXShell * This,
/* [in] */ DISPID dispIdMember,
/* [in] */ REFIID riid,
/* [in] */ LCID lcid,
/* [in] */ WORD wFlags,
/* [out][in] */ DISPPARAMS *pDispParams,
/* [out] */ VARIANT *pVarResult,
/* [out] */ EXCEPINFO *pExcepInfo,
/* [out] */ UINT *puArgErr);
END_INTERFACE
} ICBXShellVtbl;
interface ICBXShell
{
CONST_VTBL struct ICBXShellVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ICBXShell_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define ICBXShell_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define ICBXShell_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define ICBXShell_GetTypeInfoCount(This,pctinfo) \
( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) )
#define ICBXShell_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) )
#define ICBXShell_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) )
#define ICBXShell_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* __ICBXShell_INTERFACE_DEFINED__ */
#ifndef __CBXSHELLLib_LIBRARY_DEFINED__
#define __CBXSHELLLib_LIBRARY_DEFINED__
/* library CBXSHELLLib */
/* [helpstring][version][uuid] */
EXTERN_C const IID LIBID_CBXSHELLLib;
EXTERN_C const CLSID CLSID_CBXShell;
#ifdef __cplusplus
class DECLSPEC_UUID("9E6ECB90-5A61-42BD-B851-D3297D9C7F39")
CBXShell;
#endif
#endif /* __CBXSHELLLib_LIBRARY_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif