You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

227 lines
6.0 KiB

2 months ago
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0628 */
/* at Tue Jan 19 12:14:07 2038
*/
/* Compiler settings for IncSourceTestDlg.idl:
Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.01.0628
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( ) */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 500
#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 __IncSourceTestDlg_h_h__
#define __IncSourceTestDlg_h_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#ifndef DECLSPEC_XFGVIRT
#if defined(_CONTROL_FLOW_GUARD_XFG)
#define DECLSPEC_XFGVIRT(base, func) __declspec(xfg_virtual(base, func))
#else
#define DECLSPEC_XFGVIRT(base, func)
#endif
#endif
/* Forward Declarations */
#ifndef __IIncSourceTestDlg_FWD_DEFINED__
#define __IIncSourceTestDlg_FWD_DEFINED__
typedef interface IIncSourceTestDlg IIncSourceTestDlg;
#endif /* __IIncSourceTestDlg_FWD_DEFINED__ */
#ifndef __IncSourceTestDlg_FWD_DEFINED__
#define __IncSourceTestDlg_FWD_DEFINED__
#ifdef __cplusplus
typedef class IncSourceTestDlg IncSourceTestDlg;
#else
typedef struct IncSourceTestDlg IncSourceTestDlg;
#endif /* __cplusplus */
#endif /* __IncSourceTestDlg_FWD_DEFINED__ */
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __IncSourceTestDlg_LIBRARY_DEFINED__
#define __IncSourceTestDlg_LIBRARY_DEFINED__
/* library IncSourceTestDlg */
/* [version][uuid] */
EXTERN_C const IID LIBID_IncSourceTestDlg;
#ifndef __IIncSourceTestDlg_DISPINTERFACE_DEFINED__
#define __IIncSourceTestDlg_DISPINTERFACE_DEFINED__
/* dispinterface IIncSourceTestDlg */
/* [uuid] */
EXTERN_C const IID DIID_IIncSourceTestDlg;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("2ef56b3a-ca68-4764-8fdd-5d19ec609144")
IIncSourceTestDlg : public IDispatch
{
};
#else /* C style interface */
typedef struct IIncSourceTestDlgVtbl
{
BEGIN_INTERFACE
DECLSPEC_XFGVIRT(IUnknown, QueryInterface)
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IIncSourceTestDlg * This,
/* [in] */ REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
DECLSPEC_XFGVIRT(IUnknown, AddRef)
ULONG ( STDMETHODCALLTYPE *AddRef )(
IIncSourceTestDlg * This);
DECLSPEC_XFGVIRT(IUnknown, Release)
ULONG ( STDMETHODCALLTYPE *Release )(
IIncSourceTestDlg * This);
DECLSPEC_XFGVIRT(IDispatch, GetTypeInfoCount)
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IIncSourceTestDlg * This,
/* [out] */ UINT *pctinfo);
DECLSPEC_XFGVIRT(IDispatch, GetTypeInfo)
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IIncSourceTestDlg * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
DECLSPEC_XFGVIRT(IDispatch, GetIDsOfNames)
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IIncSourceTestDlg * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [range][in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
DECLSPEC_XFGVIRT(IDispatch, Invoke)
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IIncSourceTestDlg * This,
/* [annotation][in] */
_In_ DISPID dispIdMember,
/* [annotation][in] */
_In_ REFIID riid,
/* [annotation][in] */
_In_ LCID lcid,
/* [annotation][in] */
_In_ WORD wFlags,
/* [annotation][out][in] */
_In_ DISPPARAMS *pDispParams,
/* [annotation][out] */
_Out_opt_ VARIANT *pVarResult,
/* [annotation][out] */
_Out_opt_ EXCEPINFO *pExcepInfo,
/* [annotation][out] */
_Out_opt_ UINT *puArgErr);
END_INTERFACE
} IIncSourceTestDlgVtbl;
interface IIncSourceTestDlg
{
CONST_VTBL struct IIncSourceTestDlgVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IIncSourceTestDlg_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define IIncSourceTestDlg_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define IIncSourceTestDlg_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define IIncSourceTestDlg_GetTypeInfoCount(This,pctinfo) \
( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) )
#define IIncSourceTestDlg_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) )
#define IIncSourceTestDlg_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) )
#define IIncSourceTestDlg_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 /* __IIncSourceTestDlg_DISPINTERFACE_DEFINED__ */
EXTERN_C const CLSID CLSID_IncSourceTestDlg;
#ifdef __cplusplus
class DECLSPEC_UUID("485ee25e-0171-42b5-8cf0-7883ae87945e")
IncSourceTestDlg;
#endif
#endif /* __IncSourceTestDlg_LIBRARY_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif