Home
last modified time | relevance | path

Searched refs:INetConnectionManager (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/shellext/netshell/
H A Denumlist.cpp88 CComPtr<INetConnectionManager> pNetConMan; in ILGetConnection()
99 hr = CNetConnectionManager_CreateInstance(IID_PPV_ARG(INetConnectionManager, &pNetConMan)); in ILGetConnection()
229 CComPtr<INetConnectionManager> pNetConMan; in Initialize()
235 hr = CNetConnectionManager_CreateInstance(IID_PPV_ARG(INetConnectionManager, &pNetConMan)); in Initialize()
H A Dconnectmanager.h12 public INetConnectionManager,
39 COM_INTERFACE_ENTRY_IID(IID_INetConnectionManager, INetConnectionManager)
H A DREADME15 (ISF_NetConnect_fnEnumObjects). It uses the INetConnectionManager interface implemented by netshell
60 the system netshell with ours (INetConnectionManager and IEnumNetConnection are only the tip
66 in the shell folder and the tray using the system's INetConnectionManager (which resides in the sys…
68 test our three components against the correct implementation of INetConnectionManager.
H A Dlanstatusui.h50 CComPtr<INetConnectionManager> m_lpNetMan;
H A Dlanstatusui.cpp881 CComPtr<INetConnectionManager> pNetConMan; in InitializeNetTaskbarNotifications()
920 hr = CNetConnectionManager_CreateInstance(IID_PPV_ARG(INetConnectionManager, &pNetConMan)); in InitializeNetTaskbarNotifications()
/reactos/sdk/include/psdk/
H A Dnetcon.h155 #define INTERFACE INetConnectionManager
156 DECLARE_INTERFACE_(INetConnectionManager, IUnknown) in DECLARE_INTERFACE_() argument