⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 indexsystem.h

📁 在vc环境下
💻 H
📖 第 1 页 / 共 4 页
字号:


/* this ALWAYS GENERATED file contains the definitions for the interfaces */


 /* File created by MIDL compiler version 6.00.0361 */
/* at Thu May 19 06:59:30 2005
 */
/* Compiler settings for .\IndexSystem.idl:
    Oicf, W1, Zp8, env=Win32 (32b run)
    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 __IndexSystem_h__
#define __IndexSystem_h__

#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif

/* Forward Declarations */ 

#ifndef __IGHClassify_FWD_DEFINED__
#define __IGHClassify_FWD_DEFINED__
typedef interface IGHClassify IGHClassify;
#endif 	/* __IGHClassify_FWD_DEFINED__ */


#ifndef __IGHIndex_FWD_DEFINED__
#define __IGHIndex_FWD_DEFINED__
typedef interface IGHIndex IGHIndex;
#endif 	/* __IGHIndex_FWD_DEFINED__ */


#ifndef __IGHIndexs_FWD_DEFINED__
#define __IGHIndexs_FWD_DEFINED__
typedef interface IGHIndexs IGHIndexs;
#endif 	/* __IGHIndexs_FWD_DEFINED__ */


#ifndef __IGHIndexsWorkspace_FWD_DEFINED__
#define __IGHIndexsWorkspace_FWD_DEFINED__
typedef interface IGHIndexsWorkspace IGHIndexsWorkspace;
#endif 	/* __IGHIndexsWorkspace_FWD_DEFINED__ */


#ifndef __IGHIndexsWorkspace2_FWD_DEFINED__
#define __IGHIndexsWorkspace2_FWD_DEFINED__
typedef interface IGHIndexsWorkspace2 IGHIndexsWorkspace2;
#endif 	/* __IGHIndexsWorkspace2_FWD_DEFINED__ */


#ifndef __GHClassify_FWD_DEFINED__
#define __GHClassify_FWD_DEFINED__

#ifdef __cplusplus
typedef class GHClassify GHClassify;
#else
typedef struct GHClassify GHClassify;
#endif /* __cplusplus */

#endif 	/* __GHClassify_FWD_DEFINED__ */


#ifndef __GHIndex_FWD_DEFINED__
#define __GHIndex_FWD_DEFINED__

#ifdef __cplusplus
typedef class GHIndex GHIndex;
#else
typedef struct GHIndex GHIndex;
#endif /* __cplusplus */

#endif 	/* __GHIndex_FWD_DEFINED__ */


#ifndef __GHIndexs_FWD_DEFINED__
#define __GHIndexs_FWD_DEFINED__

#ifdef __cplusplus
typedef class GHIndexs GHIndexs;
#else
typedef struct GHIndexs GHIndexs;
#endif /* __cplusplus */

#endif 	/* __GHIndexs_FWD_DEFINED__ */


#ifndef __IndexsWorkspace_FWD_DEFINED__
#define __IndexsWorkspace_FWD_DEFINED__

#ifdef __cplusplus
typedef class IndexsWorkspace IndexsWorkspace;
#else
typedef struct IndexsWorkspace IndexsWorkspace;
#endif /* __cplusplus */

#endif 	/* __IndexsWorkspace_FWD_DEFINED__ */


#ifndef __IndexsWorkspace2_FWD_DEFINED__
#define __IndexsWorkspace2_FWD_DEFINED__

#ifdef __cplusplus
typedef class IndexsWorkspace2 IndexsWorkspace2;
#else
typedef struct IndexsWorkspace2 IndexsWorkspace2;
#endif /* __cplusplus */

#endif 	/* __IndexsWorkspace2_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_IndexSystem_0000 */
/* [local] */ 

#pragma once


extern RPC_IF_HANDLE __MIDL_itf_IndexSystem_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_IndexSystem_0000_v0_0_s_ifspec;

#ifndef __IGHClassify_INTERFACE_DEFINED__
#define __IGHClassify_INTERFACE_DEFINED__

/* interface IGHClassify */
/* [unique][helpstring][nonextensible][dual][uuid][object] */ 


EXTERN_C const IID IID_IGHClassify;

#if defined(__cplusplus) && !defined(CINTERFACE)
    
    MIDL_INTERFACE("FDB146D6-FBAF-4FE6-99D3-B5979695340D")
    IGHClassify : public IDispatch
    {
    public:
        virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Name( 
            /* [retval][out] */ BSTR *pVal) = 0;
        
        virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Name( 
            /* [in] */ BSTR newVal) = 0;
        
        virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Description( 
            /* [retval][out] */ BSTR *pVal) = 0;
        
        virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Description( 
            /* [in] */ BSTR newVal) = 0;
        
        virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Value( 
            /* [retval][out] */ FLOAT *pVal) = 0;
        
        virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Value( 
            /* [in] */ FLOAT newVal) = 0;
        
        virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Clone( 
            /* [retval][out] */ IGHClassify **pVal) = 0;
        
    };
    
#else 	/* C style interface */

    typedef struct IGHClassifyVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
            IGHClassify * This,
            /* [in] */ REFIID riid,
            /* [iid_is][out] */ void **ppvObject);
        
        ULONG ( STDMETHODCALLTYPE *AddRef )( 
            IGHClassify * This);
        
        ULONG ( STDMETHODCALLTYPE *Release )( 
            IGHClassify * This);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
            IGHClassify * This,
            /* [out] */ UINT *pctinfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
            IGHClassify * This,
            /* [in] */ UINT iTInfo,
            /* [in] */ LCID lcid,
            /* [out] */ ITypeInfo **ppTInfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
            IGHClassify * This,
            /* [in] */ REFIID riid,
            /* [size_is][in] */ LPOLESTR *rgszNames,
            /* [in] */ UINT cNames,
            /* [in] */ LCID lcid,
            /* [size_is][out] */ DISPID *rgDispId);
        
        /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
            IGHClassify * 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_Name )( 
            IGHClassify * This,
            /* [retval][out] */ BSTR *pVal);
        
        /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Name )( 
            IGHClassify * This,
            /* [in] */ BSTR newVal);
        
        /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Description )( 
            IGHClassify * This,
            /* [retval][out] */ BSTR *pVal);
        
        /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Description )( 
            IGHClassify * This,
            /* [in] */ BSTR newVal);
        
        /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Value )( 
            IGHClassify * This,
            /* [retval][out] */ FLOAT *pVal);
        
        /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Value )( 
            IGHClassify * This,
            /* [in] */ FLOAT newVal);
        
        /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Clone )( 
            IGHClassify * This,
            /* [retval][out] */ IGHClassify **pVal);
        
        END_INTERFACE
    } IGHClassifyVtbl;

    interface IGHClassify
    {
        CONST_VTBL struct IGHClassifyVtbl *lpVtbl;
    };

    

#ifdef COBJMACROS


#define IGHClassify_QueryInterface(This,riid,ppvObject)	\
    (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)

#define IGHClassify_AddRef(This)	\
    (This)->lpVtbl -> AddRef(This)

#define IGHClassify_Release(This)	\
    (This)->lpVtbl -> Release(This)


#define IGHClassify_GetTypeInfoCount(This,pctinfo)	\
    (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)

#define IGHClassify_GetTypeInfo(This,iTInfo,lcid,ppTInfo)	\
    (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)

#define IGHClassify_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)	\
    (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)

#define IGHClassify_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)	\
    (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)


#define IGHClassify_get_Name(This,pVal)	\
    (This)->lpVtbl -> get_Name(This,pVal)

#define IGHClassify_put_Name(This,newVal)	\
    (This)->lpVtbl -> put_Name(This,newVal)

#define IGHClassify_get_Description(This,pVal)	\
    (This)->lpVtbl -> get_Description(This,pVal)

#define IGHClassify_put_Description(This,newVal)	\
    (This)->lpVtbl -> put_Description(This,newVal)

#define IGHClassify_get_Value(This,pVal)	\
    (This)->lpVtbl -> get_Value(This,pVal)

#define IGHClassify_put_Value(This,newVal)	\
    (This)->lpVtbl -> put_Value(This,newVal)

#define IGHClassify_Clone(This,pVal)	\
    (This)->lpVtbl -> Clone(This,pVal)

#endif /* COBJMACROS */


#endif 	/* C style interface */



/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IGHClassify_get_Name_Proxy( 
    IGHClassify * This,
    /* [retval][out] */ BSTR *pVal);


void __RPC_STUB IGHClassify_get_Name_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IGHClassify_put_Name_Proxy( 
    IGHClassify * This,
    /* [in] */ BSTR newVal);


void __RPC_STUB IGHClassify_put_Name_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IGHClassify_get_Description_Proxy( 
    IGHClassify * This,
    /* [retval][out] */ BSTR *pVal);


void __RPC_STUB IGHClassify_get_Description_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IGHClassify_put_Description_Proxy( 
    IGHClassify * This,
    /* [in] */ BSTR newVal);


void __RPC_STUB IGHClassify_put_Description_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IGHClassify_get_Value_Proxy( 
    IGHClassify * This,
    /* [retval][out] */ FLOAT *pVal);


void __RPC_STUB IGHClassify_get_Value_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IGHClassify_put_Value_Proxy( 
    IGHClassify * This,
    /* [in] */ FLOAT newVal);


void __RPC_STUB IGHClassify_put_Value_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);

⌨️ 快捷键说明

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