Searched refs:INetConnection (Results 1 – 13 of 13) sorted by relevance
/reactos/dll/shellext/netshell/ |
H A D | connectmanager.h | 24 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 D | lanstatusui.h | 14 INetConnection *pNet; 19 INetConnection *pNet;
|
H A D | precomp.h | 82 PITEMID_CHILD ILCreateNetConnectItem(INetConnection * pItem); 83 HRESULT ILGetConnection(PCITEMID_CHILD pidl, INetConnection ** pItem);
|
H A D | enumlist.cpp | 37 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 D | lanconnectui.h | 41 STDMETHOD(SetConnection)(INetConnection* pCon) override; 53 CComPtr<INetConnection> m_pCon;
|
H A D | connectmanager.cpp | 201 INetConnection **ppCon) in Duplicate() 414 INetConnection **rgelt, in Next() 428 hr = CNetConnection_CreateInstance(m_pCurrent, IID_PPV_ARG(INetConnection, rgelt)); in Next()
|
H A D | README | 40 INetConnection::GetUiObjectClassId of the current selected network connection. After obtaining the … 45 with current INetConnection, then it should fail INetConnectionPropertyUi::AddPages
|
H A D | shfldr_netconnect.cpp | 283 CComPtr<INetConnection> pCon; in SetNameOf() 574 INetConnection *pNetConnect, in ShowNetConnectionProperties() 685 CComPtr<INetConnection> pCon; in InvokeCommand()
|
H A D | shfldr_netconnect.h | 137 HRESULT ShowNetConnectionProperties(INetConnection * pNetConnect, HWND hwnd);
|
H A D | lanstatusui.cpp | 628 DisableNetworkAdapter(INetConnection * pNet, LANSTATUSUI_CONTEXT * pContext, HWND hwndDlg) in DisableNetworkAdapter() 883 CComPtr<INetConnection> pNetCon; in InitializeNetTaskbarNotifications()
|
H A D | lanconnectui.cpp | 512 CNetConnectionPropertyUi::SetConnection(INetConnection* pCon) in SetConnection()
|
/reactos/sdk/include/psdk/ |
H A D | netcon.h | 95 #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 D | netcon.idl | 33 interface INetConnection : IUnknown 119 [out] INetConnection **ppCon); 402 [in] INetConnection *pNetConnection, 410 [in] INetConnection *pNetConnection,
|