📄 natupnp.h
字号:
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IStaticPortMappingCollection_get_Item_Proxy(
IStaticPortMappingCollection * This,
/* [in] */ long lExternalPort,
/* [in] */ BSTR bstrProtocol,
/* [retval][out] */ IStaticPortMapping **ppSPM);
void __RPC_STUB IStaticPortMappingCollection_get_Item_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IStaticPortMappingCollection_get_Count_Proxy(
IStaticPortMappingCollection * This,
/* [retval][out] */ long *pVal);
void __RPC_STUB IStaticPortMappingCollection_get_Count_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IStaticPortMappingCollection_Remove_Proxy(
IStaticPortMappingCollection * This,
/* [in] */ long lExternalPort,
/* [in] */ BSTR bstrProtocol);
void __RPC_STUB IStaticPortMappingCollection_Remove_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IStaticPortMappingCollection_Add_Proxy(
IStaticPortMappingCollection * This,
/* [in] */ long lExternalPort,
/* [in] */ BSTR bstrProtocol,
/* [in] */ long lInternalPort,
/* [in] */ BSTR bstrInternalClient,
/* [in] */ VARIANT_BOOL bEnabled,
/* [in] */ BSTR bstrDescription,
/* [retval][out] */ IStaticPortMapping **ppSPM);
void __RPC_STUB IStaticPortMappingCollection_Add_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IStaticPortMappingCollection_INTERFACE_DEFINED__ */
#ifndef __IStaticPortMapping_INTERFACE_DEFINED__
#define __IStaticPortMapping_INTERFACE_DEFINED__
/* interface IStaticPortMapping */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IStaticPortMapping;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("6F10711F-729B-41E5-93B8-F21D0F818DF1")
IStaticPortMapping : public IDispatch
{
public:
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ExternalIPAddress(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ExternalPort(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InternalPort(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Protocol(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InternalClient(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Enabled(
/* [retval][out] */ VARIANT_BOOL *pVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Description(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE EditInternalClient(
/* [in] */ BSTR bstrInternalClient) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Enable(
/* [in] */ VARIANT_BOOL vb) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE EditDescription(
/* [in] */ BSTR bstrDescription) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE EditInternalPort(
/* [in] */ long lInternalPort) = 0;
};
#else /* C style interface */
typedef struct IStaticPortMappingVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IStaticPortMapping * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IStaticPortMapping * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IStaticPortMapping * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IStaticPortMapping * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IStaticPortMapping * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IStaticPortMapping * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IStaticPortMapping * 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_ExternalIPAddress )(
IStaticPortMapping * This,
/* [retval][out] */ BSTR *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ExternalPort )(
IStaticPortMapping * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InternalPort )(
IStaticPortMapping * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Protocol )(
IStaticPortMapping * This,
/* [retval][out] */ BSTR *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InternalClient )(
IStaticPortMapping * This,
/* [retval][out] */ BSTR *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Enabled )(
IStaticPortMapping * This,
/* [retval][out] */ VARIANT_BOOL *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Description )(
IStaticPortMapping * This,
/* [retval][out] */ BSTR *pVal);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *EditInternalClient )(
IStaticPortMapping * This,
/* [in] */ BSTR bstrInternalClient);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Enable )(
IStaticPortMapping * This,
/* [in] */ VARIANT_BOOL vb);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *EditDescription )(
IStaticPortMapping * This,
/* [in] */ BSTR bstrDescription);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *EditInternalPort )(
IStaticPortMapping * This,
/* [in] */ long lInternalPort);
END_INTERFACE
} IStaticPortMappingVtbl;
interface IStaticPortMapping
{
CONST_VTBL struct IStaticPortMappingVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IStaticPortMapping_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IStaticPortMapping_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IStaticPortMapping_Release(This) \
(This)->lpVtbl -> Release(This)
#define IStaticPortMapping_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IStaticPortMapping_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IStaticPortMapping_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IStaticPortMapping_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IStaticPortMapping_get_ExternalIPAddress(This,pVal) \
(This)->lpVtbl -> get_ExternalIPAddress(This,pVal)
#define IStaticPortMapping_get_ExternalPort(This,pVal) \
(This)->lpVtbl -> get_ExternalPort(This,pVal)
#define IStaticPortMapping_get_InternalPort(This,pVal) \
(This)->lpVtbl -> get_InternalPort(This,pVal)
#define IStaticPortMapping_get_Protocol(This,pVal) \
(This)->lpVtbl -> get_Protocol(This,pVal)
#define IStaticPortMapping_get_InternalClient(This,pVal) \
(This)->lpVtbl -> get_InternalClient(This,pVal)
#define IStaticPortMapping_get_Enabled(This,pVal) \
(This)->lpVtbl -> get_Enabled(This,pVal)
#define IStaticPortMapping_get_Description(This,pVal) \
(This)->lpVtbl -> get_Description(This,pVal)
#define IStaticPortMapping_EditInternalClient(This,bstrInternalClient) \
(This)->lpVtbl -> EditInternalClient(This,bstrInternalClient)
#define IStaticPortMapping_Enable(This,vb) \
(This)->lpVtbl -> Enable(This,vb)
#define IStaticPortMapping_EditDescription(This,bstrDescription) \
(This)->lpVtbl -> EditDescription(This,bstrDescription)
#define IStaticPortMapping_EditInternalPort(This,lInternalPort) \
(This)->lpVtbl -> EditInternalPort(This,lInternalPort)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IStaticPortMapping_get_ExternalIPAddress_Proxy(
IStaticPortMapping * This,
/* [retval][out] */ BSTR *pVal);
void __RPC_STUB IStaticPortMapping_get_ExternalIPAddress_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IStaticPortMapping_get_ExternalPort_Proxy(
IStaticPortMapping * This,
/* [retval][out] */ long *pVal);
void __RPC_STUB IStaticPortMapping_get_ExternalPort_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IStaticPortMapping_get_InternalPort_Proxy(
IStaticPortMapping * This,
/* [retval][out] */ long *pVal);
void __RPC_STUB IStaticPortMapping_get_InternalPort_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IStaticPortMapping_get_Protocol_Proxy(
IStaticPortMapping * This,
/* [retval][out] */ BSTR *pVal);
void __RPC_STUB IStaticPortMapping_get_Protocol_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IStaticPortMapping_get_InternalClient_Proxy(
IStaticPortMapping * This,
/* [retval][out] */ BSTR *pVal);
void __RPC_STUB IStaticPortMapping_get_InternalClient_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IStaticPortMapping_get_Enabled_Proxy(
IStaticPortMapping * This,
/* [retval][out] */ VARIANT_BOOL *pVal);
void __RPC_STUB IStaticPortMapping_get_Enabled_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IStaticPortMapping_get_Description_Proxy(
IStaticPortMapping * This,
/* [retval][out] */ BSTR *pVal);
void __RPC_STUB IStaticPortMapping_get_Description_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IStaticPortMapping_EditInternalClient_Proxy(
IStaticPortMapping * This,
/* [in] */ BSTR bstrInternalClient);
void __RPC_STUB IStaticPortMapping_EditInternalClient_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IStaticPortMapping_Enable_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -