Searched refs:INetConnectionManager (Results 1 – 6 of 6) sorted by relevance
88 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()
12 public INetConnectionManager,39 COM_INTERFACE_ENTRY_IID(IID_INetConnectionManager, INetConnectionManager)
15 (ISF_NetConnect_fnEnumObjects). It uses the INetConnectionManager interface implemented by netshell60 the system netshell with ours (INetConnectionManager and IEnumNetConnection are only the tip66 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.
50 CComPtr<INetConnectionManager> m_lpNetMan;
881 CComPtr<INetConnectionManager> pNetConMan; in InitializeNetTaskbarNotifications()920 hr = CNetConnectionManager_CreateInstance(IID_PPV_ARG(INetConnectionManager, &pNetConMan)); in InitializeNetTaskbarNotifications()
155 #define INTERFACE INetConnectionManager156 DECLARE_INTERFACE_(INetConnectionManager, IUnknown) in DECLARE_INTERFACE_() argument