📄 simplepointvc.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Jun 25 12:00:00 2002
*/
/* Compiler settings for K:\Extending ArcObjects\Samples\Ch08\SimplePointDataSource\VCpp\SimplePointVC.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 __SimplePointVC_h__
#define __SimplePointVC_h__
#ifdef __cplusplus
extern "C"{
#endif
/* Forward Declarations */
#ifndef __ISimplePointWorkspaceFactory_FWD_DEFINED__
#define __ISimplePointWorkspaceFactory_FWD_DEFINED__
typedef interface ISimplePointWorkspaceFactory ISimplePointWorkspaceFactory;
#endif /* __ISimplePointWorkspaceFactory_FWD_DEFINED__ */
#ifndef __ISimplePointWorkspaceHelper_FWD_DEFINED__
#define __ISimplePointWorkspaceHelper_FWD_DEFINED__
typedef interface ISimplePointWorkspaceHelper ISimplePointWorkspaceHelper;
#endif /* __ISimplePointWorkspaceHelper_FWD_DEFINED__ */
#ifndef __ISimplePointDatasetHelper_FWD_DEFINED__
#define __ISimplePointDatasetHelper_FWD_DEFINED__
typedef interface ISimplePointDatasetHelper ISimplePointDatasetHelper;
#endif /* __ISimplePointDatasetHelper_FWD_DEFINED__ */
#ifndef __ISimplePointCursorHelper_FWD_DEFINED__
#define __ISimplePointCursorHelper_FWD_DEFINED__
typedef interface ISimplePointCursorHelper ISimplePointCursorHelper;
#endif /* __ISimplePointCursorHelper_FWD_DEFINED__ */
#ifndef __SimplePointWorkspaceFactory_FWD_DEFINED__
#define __SimplePointWorkspaceFactory_FWD_DEFINED__
#ifdef __cplusplus
typedef class SimplePointWorkspaceFactory SimplePointWorkspaceFactory;
#else
typedef struct SimplePointWorkspaceFactory SimplePointWorkspaceFactory;
#endif /* __cplusplus */
#endif /* __SimplePointWorkspaceFactory_FWD_DEFINED__ */
#ifndef __SimplePointWorkspaceHelper_FWD_DEFINED__
#define __SimplePointWorkspaceHelper_FWD_DEFINED__
#ifdef __cplusplus
typedef class SimplePointWorkspaceHelper SimplePointWorkspaceHelper;
#else
typedef struct SimplePointWorkspaceHelper SimplePointWorkspaceHelper;
#endif /* __cplusplus */
#endif /* __SimplePointWorkspaceHelper_FWD_DEFINED__ */
#ifndef __SimplePointDatasetHelper_FWD_DEFINED__
#define __SimplePointDatasetHelper_FWD_DEFINED__
#ifdef __cplusplus
typedef class SimplePointDatasetHelper SimplePointDatasetHelper;
#else
typedef struct SimplePointDatasetHelper SimplePointDatasetHelper;
#endif /* __cplusplus */
#endif /* __SimplePointDatasetHelper_FWD_DEFINED__ */
#ifndef __SimplePointCursorHelper_FWD_DEFINED__
#define __SimplePointCursorHelper_FWD_DEFINED__
#ifdef __cplusplus
typedef class SimplePointCursorHelper SimplePointCursorHelper;
#else
typedef struct SimplePointCursorHelper SimplePointCursorHelper;
#endif /* __cplusplus */
#endif /* __SimplePointCursorHelper_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 __SIMPLEPOINTVCLib_LIBRARY_DEFINED__
#define __SIMPLEPOINTVCLib_LIBRARY_DEFINED__
/* library SIMPLEPOINTVCLib */
/* [helpstring][version][uuid] */
EXTERN_C const IID LIBID_SIMPLEPOINTVCLib;
#ifndef __ISimplePointWorkspaceFactory_INTERFACE_DEFINED__
#define __ISimplePointWorkspaceFactory_INTERFACE_DEFINED__
/* interface ISimplePointWorkspaceFactory */
/* [unique][helpstring][uuid][object] */
EXTERN_C const IID IID_ISimplePointWorkspaceFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("65E5BA1D-721A-11D6-8AD9-00104BB6FCCB")
ISimplePointWorkspaceFactory : public IUnknown
{
public:
};
#else /* C style interface */
typedef struct ISimplePointWorkspaceFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
ISimplePointWorkspaceFactory __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
ISimplePointWorkspaceFactory __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
ISimplePointWorkspaceFactory __RPC_FAR * This);
END_INTERFACE
} ISimplePointWorkspaceFactoryVtbl;
interface ISimplePointWorkspaceFactory
{
CONST_VTBL struct ISimplePointWorkspaceFactoryVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define ISimplePointWorkspaceFactory_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ISimplePointWorkspaceFactory_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ISimplePointWorkspaceFactory_Release(This) \
(This)->lpVtbl -> Release(This)
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* __ISimplePointWorkspaceFactory_INTERFACE_DEFINED__ */
#ifndef __ISimplePointWorkspaceHelper_INTERFACE_DEFINED__
#define __ISimplePointWorkspaceHelper_INTERFACE_DEFINED__
/* interface ISimplePointWorkspaceHelper */
/* [unique][helpstring][uuid][object] */
EXTERN_C const IID IID_ISimplePointWorkspaceHelper;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("79D3B763-730F-11D6-8ADA-00104BB6FCCB")
ISimplePointWorkspaceHelper : public IUnknown
{
public:
virtual /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE put_WorkspacePath(
/* [in] */ BSTR newVal) = 0;
};
#else /* C style interface */
typedef struct ISimplePointWorkspaceHelperVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
ISimplePointWorkspaceHelper __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
ISimplePointWorkspaceHelper __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
ISimplePointWorkspaceHelper __RPC_FAR * This);
/* [helpstring][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_WorkspacePath )(
ISimplePointWorkspaceHelper __RPC_FAR * This,
/* [in] */ BSTR newVal);
END_INTERFACE
} ISimplePointWorkspaceHelperVtbl;
interface ISimplePointWorkspaceHelper
{
CONST_VTBL struct ISimplePointWorkspaceHelperVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define ISimplePointWorkspaceHelper_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ISimplePointWorkspaceHelper_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ISimplePointWorkspaceHelper_Release(This) \
(This)->lpVtbl -> Release(This)
#define ISimplePointWorkspaceHelper_put_WorkspacePath(This,newVal) \
(This)->lpVtbl -> put_WorkspacePath(This,newVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE ISimplePointWorkspaceHelper_put_WorkspacePath_Proxy(
ISimplePointWorkspaceHelper __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB ISimplePointWorkspaceHelper_put_WorkspacePath_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ISimplePointWorkspaceHelper_INTERFACE_DEFINED__ */
#ifndef __ISimplePointDatasetHelper_INTERFACE_DEFINED__
#define __ISimplePointDatasetHelper_INTERFACE_DEFINED__
/* interface ISimplePointDatasetHelper */
/* [unique][helpstring][uuid][object] */
EXTERN_C const IID IID_ISimplePointDatasetHelper;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("79D3B765-730F-11D6-8ADA-00104BB6FCCB")
ISimplePointDatasetHelper : public IUnknown
{
public:
virtual /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE put_DatasetName(
/* [in] */ BSTR newVal) = 0;
virtual /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE put_WorkspacePath(
/* [in] */ BSTR newVal) = 0;
};
#else /* C style interface */
typedef struct ISimplePointDatasetHelperVtbl
{
BEGIN_INTERFACE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -