Home
last modified time | relevance | path

Searched refs:INetConnection (Results 1 – 13 of 13) sorted by relevance

/reactos/dll/shellext/netshell/
H A Dconnectmanager.h24 STDMETHOD(Next)(ULONG celt, INetConnection **rgelt, ULONG *pceltFetched) override;
46 public INetConnection
60 STDMETHOD(Duplicate)(LPCWSTR pszwDuplicateName, INetConnection **ppCon) override;
69 COM_INTERFACE_ENTRY_IID(IID_INetConnection, INetConnection)
H A Dlanstatusui.h14 INetConnection *pNet;
19 INetConnection *pNet;
H A Dprecomp.h82 PITEMID_CHILD ILCreateNetConnectItem(INetConnection * pItem);
83 HRESULT ILGetConnection(PCITEMID_CHILD pidl, INetConnection ** pItem);
H A Denumlist.cpp37 PITEMID_CHILD ILCreateNetConnectItem(INetConnection * pItem) in ILCreateNetConnectItem()
85 HRESULT ILGetConnection(PCITEMID_CHILD pidl, INetConnection ** pItem) in ILGetConnection()
90 CComPtr<INetConnection> INetCon; in ILGetConnection()
245 CComPtr<INetConnection> INetCon; in Initialize()
H A Dlanconnectui.h41 STDMETHOD(SetConnection)(INetConnection* pCon) override;
53 CComPtr<INetConnection> m_pCon;
H A Dconnectmanager.cpp201 INetConnection **ppCon) in Duplicate()
414 INetConnection **rgelt, in Next()
428 hr = CNetConnection_CreateInstance(m_pCurrent, IID_PPV_ARG(INetConnection, rgelt)); in Next()
H A DREADME40 INetConnection::GetUiObjectClassId of the current selected network connection. After obtaining the …
45 with current INetConnection, then it should fail INetConnectionPropertyUi::AddPages
H A Dshfldr_netconnect.cpp283 CComPtr<INetConnection> pCon; in SetNameOf()
574 INetConnection *pNetConnect, in ShowNetConnectionProperties()
685 CComPtr<INetConnection> pCon; in InvokeCommand()
H A Dshfldr_netconnect.h137 HRESULT ShowNetConnectionProperties(INetConnection * pNetConnect, HWND hwnd);
H A Dlanstatusui.cpp628 DisableNetworkAdapter(INetConnection * pNet, LANSTATUSUI_CONTEXT * pContext, HWND hwndDlg) in DisableNetworkAdapter()
883 CComPtr<INetConnection> pNetCon; in InitializeNetTaskbarNotifications()
H A Dlanconnectui.cpp512 CNetConnectionPropertyUi::SetConnection(INetConnection* pCon) in SetConnection()
/reactos/sdk/include/psdk/
H A Dnetcon.h95 #define INTERFACE INetConnection
96 DECLARE_INTERFACE_(INetConnection, IUnknown) in DECLARE_INTERFACE_() argument
104 STDMETHOD_(HRESULT,Duplicate)(THIS_ LPCWSTR pszwDuplicateName, INetConnection **ppCon) PURE; in DECLARE_INTERFACE_()
135 STDMETHOD(Next)(THIS_ ULONG celt, INetConnection **rgelt, ULONG *pceltFetched) PURE; in DECLARE_INTERFACE_()
189 STDMETHOD_(HRESULT,SetConnection)(THIS_ INetConnection* pCon) PURE; in DECLARE_INTERFACE_()
212 STDMETHOD_(HRESULT, SetConnection) (THIS_ INetConnection *pCon) PURE; in DECLARE_INTERFACE_()
236 STDMETHOD_(HRESULT, SetConnection) (THIS_ INetConnection *pCon) PURE; in DECLARE_INTERFACE_()
H A Dnetcon.idl33 interface INetConnection : IUnknown
119 [out] INetConnection **ppCon);
402 [in] INetConnection *pNetConnection,
410 [in] INetConnection *pNetConnection,