📄 sfiltern.h
字号:
void __RPC_STUB INetCfgComponentNotifyBinding_NotifyBindingPath_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __INetCfgComponentNotifyBinding_INTERFACE_DEFINED__ */
#ifndef __INetCfgComponentNotifyGlobal_INTERFACE_DEFINED__
#define __INetCfgComponentNotifyGlobal_INTERFACE_DEFINED__
/* interface INetCfgComponentNotifyGlobal */
/* [unique][uuid][object][local] */
EXTERN_C const IID IID_INetCfgComponentNotifyGlobal;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("932238e2-bea1-11d0-9298-00c04fc99dcf")
INetCfgComponentNotifyGlobal : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE GetSupportedNotifications(
/* [out] */ DWORD __RPC_FAR *dwNotifications) = 0;
virtual HRESULT STDMETHODCALLTYPE SysQueryBindingPath(
/* [in] */ DWORD dwChangeFlag,
/* [in] */ INetCfgBindingPath __RPC_FAR *pIPath) = 0;
virtual HRESULT STDMETHODCALLTYPE SysNotifyBindingPath(
/* [in] */ DWORD dwChangeFlag,
/* [in] */ INetCfgBindingPath __RPC_FAR *pIPath) = 0;
virtual HRESULT STDMETHODCALLTYPE SysNotifyComponent(
/* [in] */ DWORD dwChangeFlag,
/* [in] */ INetCfgComponent __RPC_FAR *pIComp) = 0;
};
#else /* C style interface */
typedef struct INetCfgComponentNotifyGlobalVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
INetCfgComponentNotifyGlobal __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
INetCfgComponentNotifyGlobal __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
INetCfgComponentNotifyGlobal __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetSupportedNotifications )(
INetCfgComponentNotifyGlobal __RPC_FAR * This,
/* [out] */ DWORD __RPC_FAR *dwNotifications);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SysQueryBindingPath )(
INetCfgComponentNotifyGlobal __RPC_FAR * This,
/* [in] */ DWORD dwChangeFlag,
/* [in] */ INetCfgBindingPath __RPC_FAR *pIPath);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SysNotifyBindingPath )(
INetCfgComponentNotifyGlobal __RPC_FAR * This,
/* [in] */ DWORD dwChangeFlag,
/* [in] */ INetCfgBindingPath __RPC_FAR *pIPath);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SysNotifyComponent )(
INetCfgComponentNotifyGlobal __RPC_FAR * This,
/* [in] */ DWORD dwChangeFlag,
/* [in] */ INetCfgComponent __RPC_FAR *pIComp);
END_INTERFACE
} INetCfgComponentNotifyGlobalVtbl;
interface INetCfgComponentNotifyGlobal
{
CONST_VTBL struct INetCfgComponentNotifyGlobalVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define INetCfgComponentNotifyGlobal_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define INetCfgComponentNotifyGlobal_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define INetCfgComponentNotifyGlobal_Release(This) \
(This)->lpVtbl -> Release(This)
#define INetCfgComponentNotifyGlobal_GetSupportedNotifications(This,dwNotifications) \
(This)->lpVtbl -> GetSupportedNotifications(This,dwNotifications)
#define INetCfgComponentNotifyGlobal_SysQueryBindingPath(This,dwChangeFlag,pIPath) \
(This)->lpVtbl -> SysQueryBindingPath(This,dwChangeFlag,pIPath)
#define INetCfgComponentNotifyGlobal_SysNotifyBindingPath(This,dwChangeFlag,pIPath) \
(This)->lpVtbl -> SysNotifyBindingPath(This,dwChangeFlag,pIPath)
#define INetCfgComponentNotifyGlobal_SysNotifyComponent(This,dwChangeFlag,pIComp) \
(This)->lpVtbl -> SysNotifyComponent(This,dwChangeFlag,pIComp)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE INetCfgComponentNotifyGlobal_GetSupportedNotifications_Proxy(
INetCfgComponentNotifyGlobal __RPC_FAR * This,
/* [out] */ DWORD __RPC_FAR *dwNotifications);
void __RPC_STUB INetCfgComponentNotifyGlobal_GetSupportedNotifications_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetCfgComponentNotifyGlobal_SysQueryBindingPath_Proxy(
INetCfgComponentNotifyGlobal __RPC_FAR * This,
/* [in] */ DWORD dwChangeFlag,
/* [in] */ INetCfgBindingPath __RPC_FAR *pIPath);
void __RPC_STUB INetCfgComponentNotifyGlobal_SysQueryBindingPath_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetCfgComponentNotifyGlobal_SysNotifyBindingPath_Proxy(
INetCfgComponentNotifyGlobal __RPC_FAR * This,
/* [in] */ DWORD dwChangeFlag,
/* [in] */ INetCfgBindingPath __RPC_FAR *pIPath);
void __RPC_STUB INetCfgComponentNotifyGlobal_SysNotifyBindingPath_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetCfgComponentNotifyGlobal_SysNotifyComponent_Proxy(
INetCfgComponentNotifyGlobal __RPC_FAR * This,
/* [in] */ DWORD dwChangeFlag,
/* [in] */ INetCfgComponent __RPC_FAR *pIComp);
void __RPC_STUB INetCfgComponentNotifyGlobal_SysNotifyComponent_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __INetCfgComponentNotifyGlobal_INTERFACE_DEFINED__ */
#ifndef __INetCfgComponentUpperEdge_INTERFACE_DEFINED__
#define __INetCfgComponentUpperEdge_INTERFACE_DEFINED__
/* interface INetCfgComponentUpperEdge */
/* [unique][uuid][object][local] */
EXTERN_C const IID IID_INetCfgComponentUpperEdge;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("932238e4-bea1-11d0-9298-00c04fc99dcf")
INetCfgComponentUpperEdge : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE GetInterfaceIdsForAdapter(
/* [in] */ INetCfgComponent __RPC_FAR *pAdapter,
/* [out] */ DWORD __RPC_FAR *pdwNumInterfaces,
/* [out] */ GUID __RPC_FAR *__RPC_FAR *ppguidInterfaceIds) = 0;
virtual HRESULT STDMETHODCALLTYPE AddInterfacesToAdapter(
/* [in] */ INetCfgComponent __RPC_FAR *pAdapter,
/* [in] */ DWORD dwNumInterfaces) = 0;
virtual HRESULT STDMETHODCALLTYPE RemoveInterfacesFromAdapter(
/* [in] */ INetCfgComponent __RPC_FAR *pAdapter,
/* [in] */ DWORD dwNumInterfaces,
/* [in] */ const GUID __RPC_FAR *pguidInterfaceIds) = 0;
};
#else /* C style interface */
typedef struct INetCfgComponentUpperEdgeVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
INetCfgComponentUpperEdge __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
INetCfgComponentUpperEdge __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
INetCfgComponentUpperEdge __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetInterfaceIdsForAdapter )(
INetCfgComponentUpperEdge __RPC_FAR * This,
/* [in] */ INetCfgComponent __RPC_FAR *pAdapter,
/* [out] */ DWORD __RPC_FAR *pdwNumInterfaces,
/* [out] */ GUID __RPC_FAR *__RPC_FAR *ppguidInterfaceIds);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *AddInterfacesToAdapter )(
INetCfgComponentUpperEdge __RPC_FAR * This,
/* [in] */ INetCfgComponent __RPC_FAR *pAdapter,
/* [in] */ DWORD dwNumInterfaces);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *RemoveInterfacesFromAdapter )(
INetCfgComponentUpperEdge __RPC_FAR * This,
/* [in] */ INetCfgComponent __RPC_FAR *pAdapter,
/* [in] */ DWORD dwNumInterfaces,
/* [in] */ const GUID __RPC_FAR *pguidInterfaceIds);
END_INTERFACE
} INetCfgComponentUpperEdgeVtbl;
interface INetCfgComponentUpperEdge
{
CONST_VTBL struct INetCfgComponentUpperEdgeVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define INetCfgComponentUpperEdge_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define INetCfgComponentUpperEdge_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define INetCfgComponentUpperEdge_Release(This) \
(This)->lpVtbl -> Release(This)
#define INetCfgComponentUpperEdge_GetInterfaceIdsForAdapter(This,pAdapter,pdwNumInterfaces,ppguidInterfaceIds) \
(This)->lpVtbl -> GetInterfaceIdsForAdapter(This,pAdapter,pdwNumInterfaces,ppguidInterfaceIds)
#define INetCfgComponentUpperEdge_AddInterfacesToAdapter(This,pAdapter,dwNumInterfaces) \
(This)->lpVtbl -> AddInterfacesToAdapter(This,pAdapter,dwNumInterfaces)
#define INetCfgComponentUpperEdge_RemoveInterfacesFromAdapter(This,pAdapter,dwNumInterfaces,pguidInterfaceIds) \
(This)->lpVtbl -> RemoveInterfacesFromAdapter(This,pAdapter,dwNumInterfaces,pguidInterfaceIds)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE INetCfgComponentUpperEdge_GetInterfaceIdsForAdapter_Proxy(
INetCfgComponentUpperEdge __RPC_FAR * This,
/* [in] */ INetCfgComponent __RPC_FAR *pAdapter,
/* [out] */ DWORD __RPC_FAR *pdwNumInterfaces,
/* [out] */ GUID __RPC_FAR *__RPC_FAR *ppguidInterfaceIds);
void __RPC_STUB INetCfgComponentUpperEdge_GetInterfaceIdsForAdapter_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetCfgComponentUpperEdge_AddInterfacesToAdapter_Proxy(
INetCfgComponentUpperEdge __RPC_FAR * This,
/* [in] */ INetCfgComponent __RPC_FAR *pAdapter,
/* [in] */ DWORD dwNumInterfaces);
void __RPC_STUB INetCfgComponentUpperEdge_AddInterfacesToAdapter_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE INetCfgComponentUpperEdge_RemoveInterfacesFromAdapter_Proxy(
INetCfgComponentUpperEdge __RPC_FAR * This,
/* [in] */ INetCfgComponent __RPC_FAR *pAdapter,
/* [in] */ DWORD dwNumInterfaces,
/* [in] */ const GUID __RPC_FAR *pguidInterfaceIds);
void __RPC_STUB INetCfgComponentUpperEdge_RemoveInterfacesFromAdapter_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __INetCfgComponentUpperEdge_INTERFACE_DEFINED__ */
#ifndef __INetLanConnectionUiInfo_INTERFACE_DEFINED__
#define __INetLanConnectionUiInfo_INTERFACE_DEFINED__
/* interface INetLanConnectionUiInfo */
/* [unique][uuid][object] */
EXTERN_C const IID IID_INetLanConnectionUiInfo;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("C08956A6-1CD3-11D1-B1C5-00805FC1270E")
INetLanConnectionUiInfo : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE GetDeviceGuid(
/* [out] */ GUID __RPC_FAR *pguid) = 0;
};
#else /* C style interface */
typedef struct INetLanConnectionUiInfoVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
INetLanConnectionUiInfo __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
INetLanConnectionUiInfo __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
INetLanConnectionUiInfo __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetDeviceGuid )(
INetLanConnectionUiInfo __RPC_FAR * This,
/* [out] */ GUID __RPC_FAR *pguid);
END_INTERFACE
} INetLanConnectionUiInfoVtbl;
interface INetLanConnectionUiInfo
{
CONST_VTBL struct INetLanConnectionUiInfoVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define INetLanConnectionUiInfo_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define INetLanConnectionUiInfo_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define INetLanConnectionUiInfo_Release(This) \
(This)->lpVtbl -> Release(This)
#define INetLanConnectionUiInfo_GetDeviceGuid(This,pguid) \
(This)->lpVtbl -> GetDeviceGuid(This,pguid)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE INetLanConnectionUiInfo_GetDeviceGuid_Proxy(
INetLanConnectionUiInfo __RPC_FAR * This,
/* [out] */ GUID __RPC_FAR *pguid);
void __RPC_STUB INetLanConnectionUiInfo_GetDeviceGuid_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __INetLanConnectionUiInfo_INTERFACE_DEFINED__ */
#ifndef __SampleFilterLib_LIBRARY_DEFINED__
#define __SampleFilterLib_LIBRARY_DEFINED__
/* library SampleFilterLib */
/* [helpstring][version][uuid] */
EXTERN_C const IID LIBID_SampleFilterLib;
EXTERN_C const CLSID CLSID_CSampleFilter;
#ifdef __cplusplus
class DECLSPEC_UUID("CE59F8F8-1959-11d5-A6DD-00C0DF03873B")
CSampleFilter;
#endif
#endif /* __SampleFilterLib_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 + -