Searched refs:m_lpOleCmd (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/shellext/netshell/ |
H A D | shfldr_netconnect.cpp | 45 …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 D | shfldr_netconnect.h | 67 CComPtr<IOleCommandTarget> m_lpOleCmd; variable 98 CComPtr<IOleCommandTarget> m_lpOleCmd; variable
|