📄 com_ex.h
字号:
#define Icontour_Release(This) \
(This)->lpVtbl -> Release(This)
#define Icontour_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define Icontour_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define Icontour_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define Icontour_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define Icontour_get_startZ(This,pVal) \
(This)->lpVtbl -> get_startZ(This,pVal)
#define Icontour_put_startZ(This,newVal) \
(This)->lpVtbl -> put_startZ(This,newVal)
#define Icontour_get_incZ(This,pVal) \
(This)->lpVtbl -> get_incZ(This,pVal)
#define Icontour_put_incZ(This,newVal) \
(This)->lpVtbl -> put_incZ(This,newVal)
#define Icontour_get_endZ(This,pVal) \
(This)->lpVtbl -> get_endZ(This,pVal)
#define Icontour_put_endZ(This,newVal) \
(This)->lpVtbl -> put_endZ(This,newVal)
#define Icontour_GetContourCount(This,nCount) \
(This)->lpVtbl -> GetContourCount(This,nCount)
#define Icontour_GetContourValueOf(This,nContourIndex,Z) \
(This)->lpVtbl -> GetContourValueOf(This,nContourIndex,Z)
#define Icontour_GetPointsCountOf(This,nContourIndex,nSegIndex,nPointsCount) \
(This)->lpVtbl -> GetPointsCountOf(This,nContourIndex,nSegIndex,nPointsCount)
#define Icontour_GetPointsOf(This,nContourIndex,nSegIndex,pPointsX,pPointsY) \
(This)->lpVtbl -> GetPointsOf(This,nContourIndex,nSegIndex,pPointsX,pPointsY)
#define Icontour_GetSegCountOf(This,nContourIndex,nSegCount) \
(This)->lpVtbl -> GetSegCountOf(This,nContourIndex,nSegCount)
#define Icontour_InitialContour(This,filename) \
(This)->lpVtbl -> InitialContour(This,filename)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE Icontour_get_startZ_Proxy(
Icontour __RPC_FAR * This,
/* [retval][out] */ double __RPC_FAR *pVal);
void __RPC_STUB Icontour_get_startZ_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE Icontour_put_startZ_Proxy(
Icontour __RPC_FAR * This,
/* [in] */ double newVal);
void __RPC_STUB Icontour_put_startZ_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE Icontour_get_incZ_Proxy(
Icontour __RPC_FAR * This,
/* [retval][out] */ double __RPC_FAR *pVal);
void __RPC_STUB Icontour_get_incZ_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE Icontour_put_incZ_Proxy(
Icontour __RPC_FAR * This,
/* [in] */ double newVal);
void __RPC_STUB Icontour_put_incZ_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE Icontour_get_endZ_Proxy(
Icontour __RPC_FAR * This,
/* [retval][out] */ double __RPC_FAR *pVal);
void __RPC_STUB Icontour_get_endZ_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE Icontour_put_endZ_Proxy(
Icontour __RPC_FAR * This,
/* [in] */ double newVal);
void __RPC_STUB Icontour_put_endZ_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Icontour_GetContourCount_Proxy(
Icontour __RPC_FAR * This,
/* [retval][out] */ long __RPC_FAR *nCount);
void __RPC_STUB Icontour_GetContourCount_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Icontour_GetContourValueOf_Proxy(
Icontour __RPC_FAR * This,
/* [in] */ long nContourIndex,
/* [retval][out] */ double __RPC_FAR *Z);
void __RPC_STUB Icontour_GetContourValueOf_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Icontour_GetPointsCountOf_Proxy(
Icontour __RPC_FAR * This,
/* [in] */ long nContourIndex,
/* [in] */ long nSegIndex,
/* [retval][out] */ long __RPC_FAR *nPointsCount);
void __RPC_STUB Icontour_GetPointsCountOf_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Icontour_GetPointsOf_Proxy(
Icontour __RPC_FAR * This,
/* [in] */ long nContourIndex,
/* [in] */ long nSegIndex,
/* [ref][out] */ double __RPC_FAR *pPointsX,
/* [ref][out] */ double __RPC_FAR *pPointsY);
void __RPC_STUB Icontour_GetPointsOf_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Icontour_GetSegCountOf_Proxy(
Icontour __RPC_FAR * This,
/* [in] */ long nContourIndex,
/* [retval][out] */ long __RPC_FAR *nSegCount);
void __RPC_STUB Icontour_GetSegCountOf_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Icontour_InitialContour_Proxy(
Icontour __RPC_FAR * This,
/* [in] */ LPCSTR filename);
void __RPC_STUB Icontour_InitialContour_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __Icontour_INTERFACE_DEFINED__ */
#ifndef __COM_EXLib_LIBRARY_DEFINED__
#define __COM_EXLib_LIBRARY_DEFINED__
/* library COM_EXLib */
/* [helpstring][version][uuid] */
EXTERN_C const IID LIBID_COM_EXLib;
EXTERN_C const CLSID CLSID_contour;
#ifdef __cplusplus
class DECLSPEC_UUID("0DBD3FE4-2CD7-456A-830E-1E532D8F5FEC")
contour;
#endif
#endif /* __COM_EXLib_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 + -