Home
last modified time | relevance | path

Searched refs:m_lpOleCmd (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/shellext/netshell/
H A Dshfldr_netconnect.cpp45 …nce(CLSID_ConnectionTray, NULL, CLSCTX_INPROC_SERVER, IID_PPV_ARG(IOleCommandTarget, &m_lpOleCmd)); in CNetworkConnections()
47 m_lpOleCmd = NULL; in CNetworkConnections()
235 return ShellObjectCreatorInit<CNetConUiObject>(apidl[0], m_lpOleCmd, riid, ppvOut); in GetUIObjectOf()
417 m_lpOleCmd = lpOleCmd; in Initialize()
675 return ShowNetConnectionStatus(m_lpOleCmd, m_pidl, lpcmi->hwnd); in InvokeCommand()
855 return ShowNetConnectionStatus(m_lpOleCmd, pidl, pei->hwnd); in Execute()
H A Dshfldr_netconnect.h67 CComPtr<IOleCommandTarget> m_lpOleCmd; variable
98 CComPtr<IOleCommandTarget> m_lpOleCmd; variable