?? netobjvc6.h
字號:
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.03.0280 */
/* at Tue Jan 09 12:14:11 2001
*/
/* Compiler settings for X:\NetworkAPI Tests\PathFinder\NetObjVC6\NetObjVC6.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), 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( )
/* 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 __NetObjVC6_h__
#define __NetObjVC6_h__
/* Forward Declarations */
#ifndef __IPathFinder_FWD_DEFINED__
#define __IPathFinder_FWD_DEFINED__
typedef interface IPathFinder IPathFinder;
#endif /* __IPathFinder_FWD_DEFINED__ */
#ifndef __PathFinder_FWD_DEFINED__
#define __PathFinder_FWD_DEFINED__
#ifdef __cplusplus
typedef class PathFinder PathFinder;
#else
typedef struct PathFinder PathFinder;
#endif /* __cplusplus */
#endif /* __PathFinder_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
#ifndef __NETOBJVC6Lib_LIBRARY_DEFINED__
#define __NETOBJVC6Lib_LIBRARY_DEFINED__
/* library NETOBJVC6Lib */
/* [helpstring][version][uuid] */
EXTERN_C const IID LIBID_NETOBJVC6Lib;
#ifndef __IPathFinder_INTERFACE_DEFINED__
#define __IPathFinder_INTERFACE_DEFINED__
/* interface IPathFinder */
/* [unique][helpstring][uuid][object] */
EXTERN_C const IID IID_IPathFinder;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("92745DCD-E115-11D4-9C5F-00C04F5AAA5B")
IPathFinder : public IUnknown
{
public:
virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OpenFeatureDatasetNetwork(
/* [in] */ /* external definition not present */ IFeatureDataset __RPC_FAR *inFeatureDataset) = 0;
virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE OpenAccessNetwork(
BSTR AccessFileName,
BSTR FeatureDatasetName) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_StopPoints(
/* [retval][out] */ /* external definition not present */ IPointCollection __RPC_FAR *__RPC_FAR *pVal) = 0;
virtual /* [helpstring][propputref] */ HRESULT STDMETHODCALLTYPE putref_StopPoints(
/* [in] */ /* external definition not present */ IPointCollection __RPC_FAR *newVal) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_Map(
/* [retval][out] */ /* external definition not present */ IMap __RPC_FAR *__RPC_FAR *pVal) = 0;
virtual /* [helpstring][propputref] */ HRESULT STDMETHODCALLTYPE putref_Map(
/* [in] */ /* external definition not present */ IMap __RPC_FAR *newVal) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_PathCost(
/* [retval][out] */ double __RPC_FAR *pVal) = 0;
virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_PathPolyLine(
/* [retval][out] */ /* external definition not present */ IPolyline __RPC_FAR *__RPC_FAR *pVal) = 0;
virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE SolvePath(
BSTR WeightName) = 0;
};
#else /* C style interface */
typedef struct IPathFinderVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
IPathFinder __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
IPathFinder __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
IPathFinder __RPC_FAR * This);
/* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *OpenFeatureDatasetNetwork )(
IPathFinder __RPC_FAR * This,
/* [in] */ /* external definition not present */ IFeatureDataset __RPC_FAR *inFeatureDataset);
/* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *OpenAccessNetwork )(
IPathFinder __RPC_FAR * This,
BSTR AccessFileName,
BSTR FeatureDatasetName);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_StopPoints )(
IPathFinder __RPC_FAR * This,
/* [retval][out] */ /* external definition not present */ IPointCollection __RPC_FAR *__RPC_FAR *pVal);
/* [helpstring][propputref] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *putref_StopPoints )(
IPathFinder __RPC_FAR * This,
/* [in] */ /* external definition not present */ IPointCollection __RPC_FAR *newVal);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Map )(
IPathFinder __RPC_FAR * This,
/* [retval][out] */ /* external definition not present */ IMap __RPC_FAR *__RPC_FAR *pVal);
/* [helpstring][propputref] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *putref_Map )(
IPathFinder __RPC_FAR * This,
/* [in] */ /* external definition not present */ IMap __RPC_FAR *newVal);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PathCost )(
IPathFinder __RPC_FAR * This,
/* [retval][out] */ double __RPC_FAR *pVal);
/* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PathPolyLine )(
IPathFinder __RPC_FAR * This,
/* [retval][out] */ /* external definition not present */ IPolyline __RPC_FAR *__RPC_FAR *pVal);
/* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SolvePath )(
IPathFinder __RPC_FAR * This,
BSTR WeightName);
END_INTERFACE
} IPathFinderVtbl;
interface IPathFinder
{
CONST_VTBL struct IPathFinderVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IPathFinder_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IPathFinder_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IPathFinder_Release(This) \
(This)->lpVtbl -> Release(This)
#define IPathFinder_OpenFeatureDatasetNetwork(This,inFeatureDataset) \
(This)->lpVtbl -> OpenFeatureDatasetNetwork(This,inFeatureDataset)
#define IPathFinder_OpenAccessNetwork(This,AccessFileName,FeatureDatasetName) \
(This)->lpVtbl -> OpenAccessNetwork(This,AccessFileName,FeatureDatasetName)
#define IPathFinder_get_StopPoints(This,pVal) \
(This)->lpVtbl -> get_StopPoints(This,pVal)
#define IPathFinder_putref_StopPoints(This,newVal) \
(This)->lpVtbl -> putref_StopPoints(This,newVal)
#define IPathFinder_get_Map(This,pVal) \
(This)->lpVtbl -> get_Map(This,pVal)
#define IPathFinder_putref_Map(This,newVal) \
(This)->lpVtbl -> putref_Map(This,newVal)
#define IPathFinder_get_PathCost(This,pVal) \
(This)->lpVtbl -> get_PathCost(This,pVal)
#define IPathFinder_get_PathPolyLine(This,pVal) \
(This)->lpVtbl -> get_PathPolyLine(This,pVal)
#define IPathFinder_SolvePath(This,WeightName) \
(This)->lpVtbl -> SolvePath(This,WeightName)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IPathFinder_OpenFeatureDatasetNetwork_Proxy(
IPathFinder __RPC_FAR * This,
/* [in] */ /* external definition not present */ IFeatureDataset __RPC_FAR *inFeatureDataset);
void __RPC_STUB IPathFinder_OpenFeatureDatasetNetwork_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IPathFinder_OpenAccessNetwork_Proxy(
IPathFinder __RPC_FAR * This,
BSTR AccessFileName,
BSTR FeatureDatasetName);
void __RPC_STUB IPathFinder_OpenAccessNetwork_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IPathFinder_get_StopPoints_Proxy(
IPathFinder __RPC_FAR * This,
/* [retval][out] */ /* external definition not present */ IPointCollection __RPC_FAR *__RPC_FAR *pVal);
void __RPC_STUB IPathFinder_get_StopPoints_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propputref] */ HRESULT STDMETHODCALLTYPE IPathFinder_putref_StopPoints_Proxy(
IPathFinder __RPC_FAR * This,
/* [in] */ /* external definition not present */ IPointCollection __RPC_FAR *newVal);
void __RPC_STUB IPathFinder_putref_StopPoints_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IPathFinder_get_Map_Proxy(
IPathFinder __RPC_FAR * This,
/* [retval][out] */ /* external definition not present */ IMap __RPC_FAR *__RPC_FAR *pVal);
void __RPC_STUB IPathFinder_get_Map_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propputref] */ HRESULT STDMETHODCALLTYPE IPathFinder_putref_Map_Proxy(
IPathFinder __RPC_FAR * This,
/* [in] */ /* external definition not present */ IMap __RPC_FAR *newVal);
void __RPC_STUB IPathFinder_putref_Map_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IPathFinder_get_PathCost_Proxy(
IPathFinder __RPC_FAR * This,
/* [retval][out] */ double __RPC_FAR *pVal);
void __RPC_STUB IPathFinder_get_PathCost_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IPathFinder_get_PathPolyLine_Proxy(
IPathFinder __RPC_FAR * This,
/* [retval][out] */ /* external definition not present */ IPolyline __RPC_FAR *__RPC_FAR *pVal);
void __RPC_STUB IPathFinder_get_PathPolyLine_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IPathFinder_SolvePath_Proxy(
IPathFinder __RPC_FAR * This,
BSTR WeightName);
void __RPC_STUB IPathFinder_SolvePath_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IPathFinder_INTERFACE_DEFINED__ */
EXTERN_C const CLSID CLSID_PathFinder;
#ifdef __cplusplus
class DECLSPEC_UUID("4CF2E1BE-E105-11D4-9C5F-00C04F5AAA5B")
PathFinder;
#endif
#endif /* __NETOBJVC6Lib_LIBRARY_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -