📄 tangrammini_i.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0366 */
/* at Sat Jul 28 09:38:41 2007
*/
/* Compiler settings for .\TangramMini.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext
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__ 440
#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 __TangramMini_i_h__
#define __TangramMini_i_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __ITangramObjectInfo_FWD_DEFINED__
#define __ITangramObjectInfo_FWD_DEFINED__
typedef interface ITangramObjectInfo ITangramObjectInfo;
#endif /* __ITangramObjectInfo_FWD_DEFINED__ */
#ifndef __ITangramMiniCtrl_FWD_DEFINED__
#define __ITangramMiniCtrl_FWD_DEFINED__
typedef interface ITangramMiniCtrl ITangramMiniCtrl;
#endif /* __ITangramMiniCtrl_FWD_DEFINED__ */
#ifndef __ITangramMiniB2C_FWD_DEFINED__
#define __ITangramMiniB2C_FWD_DEFINED__
typedef interface ITangramMiniB2C ITangramMiniB2C;
#endif /* __ITangramMiniB2C_FWD_DEFINED__ */
#ifndef ___ITangramMiniCtrlEvents_FWD_DEFINED__
#define ___ITangramMiniCtrlEvents_FWD_DEFINED__
typedef interface _ITangramMiniCtrlEvents _ITangramMiniCtrlEvents;
#endif /* ___ITangramMiniCtrlEvents_FWD_DEFINED__ */
#ifndef __TangramMiniCtrl_FWD_DEFINED__
#define __TangramMiniCtrl_FWD_DEFINED__
#ifdef __cplusplus
typedef class TangramMiniCtrl TangramMiniCtrl;
#else
typedef struct TangramMiniCtrl TangramMiniCtrl;
#endif /* __cplusplus */
#endif /* __TangramMiniCtrl_FWD_DEFINED__ */
#ifndef __TangramMiniB2C_FWD_DEFINED__
#define __TangramMiniB2C_FWD_DEFINED__
#ifdef __cplusplus
typedef class TangramMiniB2C TangramMiniB2C;
#else
typedef struct TangramMiniB2C TangramMiniB2C;
#endif /* __cplusplus */
#endif /* __TangramMiniB2C_FWD_DEFINED__ */
#ifndef __TangramObjectInfo_FWD_DEFINED__
#define __TangramObjectInfo_FWD_DEFINED__
#ifdef __cplusplus
typedef class TangramObjectInfo TangramObjectInfo;
#else
typedef struct TangramObjectInfo TangramObjectInfo;
#endif /* __cplusplus */
#endif /* __TangramObjectInfo_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
/* interface __MIDL_itf_TangramMini_0000 */
/* [local] */
typedef /* [helpstring] */
enum TabChildTypes
{ TCT_NONE_CHILD = 0,
TCT_MDI_CHILD = 1,
TCT_ALL_CHILD = 2
} TabChildTypes;
extern RPC_IF_HANDLE __MIDL_itf_TangramMini_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_TangramMini_0000_v0_0_s_ifspec;
#ifndef __ITangramObjectInfo_INTERFACE_DEFINED__
#define __ITangramObjectInfo_INTERFACE_DEFINED__
/* interface ITangramObjectInfo */
/* [unique][helpstring][nonextensible][dual][uuid][object] */
EXTERN_C const IID IID_ITangramObjectInfo;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("54616E67-7261-6DC6-DFC7-C9B0E5043001")
ITangramObjectInfo : public IDispatch
{
public:
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_hWnd(
/* [retval][out] */ LONG *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_strName(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_strCaption(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_axObject(
/* [retval][out] */ IDispatch **pVal) = 0;
};
#else /* C style interface */
typedef struct ITangramObjectInfoVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITangramObjectInfo * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITangramObjectInfo * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITangramObjectInfo * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
ITangramObjectInfo * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
ITangramObjectInfo * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
ITangramObjectInfo * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
ITangramObjectInfo * 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);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_hWnd )(
ITangramObjectInfo * This,
/* [retval][out] */ LONG *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_strName )(
ITangramObjectInfo * This,
/* [retval][out] */ BSTR *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_strCaption )(
ITangramObjectInfo * This,
/* [retval][out] */ BSTR *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_axObject )(
ITangramObjectInfo * This,
/* [retval][out] */ IDispatch **pVal);
END_INTERFACE
} ITangramObjectInfoVtbl;
interface ITangramObjectInfo
{
CONST_VTBL struct ITangramObjectInfoVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITangramObjectInfo_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITangramObjectInfo_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITangramObjectInfo_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITangramObjectInfo_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define ITangramObjectInfo_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define ITangramObjectInfo_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define ITangramObjectInfo_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define ITangramObjectInfo_get_hWnd(This,pVal) \
(This)->lpVtbl -> get_hWnd(This,pVal)
#define ITangramObjectInfo_get_strName(This,pVal) \
(This)->lpVtbl -> get_strName(This,pVal)
#define ITangramObjectInfo_get_strCaption(This,pVal) \
(This)->lpVtbl -> get_strCaption(This,pVal)
#define ITangramObjectInfo_get_axObject(This,pVal) \
(This)->lpVtbl -> get_axObject(This,pVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITangramObjectInfo_get_hWnd_Proxy(
ITangramObjectInfo * This,
/* [retval][out] */ LONG *pVal);
void __RPC_STUB ITangramObjectInfo_get_hWnd_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITangramObjectInfo_get_strName_Proxy(
ITangramObjectInfo * This,
/* [retval][out] */ BSTR *pVal);
void __RPC_STUB ITangramObjectInfo_get_strName_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITangramObjectInfo_get_strCaption_Proxy(
ITangramObjectInfo * This,
/* [retval][out] */ BSTR *pVal);
void __RPC_STUB ITangramObjectInfo_get_strCaption_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITangramObjectInfo_get_axObject_Proxy(
ITangramObjectInfo * This,
/* [retval][out] */ IDispatch **pVal);
void __RPC_STUB ITangramObjectInfo_get_axObject_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITangramObjectInfo_INTERFACE_DEFINED__ */
#ifndef __ITangramMiniCtrl_INTERFACE_DEFINED__
#define __ITangramMiniCtrl_INTERFACE_DEFINED__
/* interface ITangramMiniCtrl */
/* [unique][helpstring][nonextensible][dual][uuid][object] */
EXTERN_C const IID IID_ITangramMiniCtrl;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("54616E67-7261-6DC6-DFC7-C9B0E5040001")
ITangramMiniCtrl : public IDispatch
{
public:
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ObjectCount(
/* [retval][out] */ LONG *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ObjectItem(
/* [in] */ LONG iIndex,
/* [retval][out] */ ITangramObjectInfo **pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get__NewEnum(
/* [retval][out] */ IUnknown **pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ObjectItemByName(
/* [in] */ BSTR strObjName,
/* [retval][out] */ ITangramObjectInfo **pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_TabChildType(
/* [in] */ TabChildTypes newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_TabChildType(
/* [retval][out] */ TabChildTypes *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InnerObject(
/* [retval][out] */ IDispatch **pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_InnerObject(
/* [in] */ IDispatch *newVal) = 0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -