Lines Matching refs:CShellExt
441 LPCSHELLEXT pShellExt = new CShellExt(); // create the CShellExt object in CreateInstance()
456 CShellExt::CShellExt() in CShellExt() function in CShellExt
466 CShellExt::~CShellExt() in ~CShellExt()
477 STDMETHODIMP CShellExt::QueryInterface(REFIID riid, LPVOID FAR *ppv) in QueryInterface()
500 STDMETHODIMP_(ULONG) CShellExt::AddRef() in STDMETHODIMP_()
505 STDMETHODIMP_(ULONG) CShellExt::Release() in STDMETHODIMP_()
537 STDMETHODIMP CShellExt::Initialize(LPCITEMIDLIST /* pIDFolder */, in Initialize()
576 STDMETHODIMP CShellExt::QueryContextMenu(HMENU hMenu, in QueryContextMenu()
735 STDMETHODIMP CShellExt::InvokeCommand(LPCMINVOKECOMMANDINFO lpcmi) in InvokeCommand()
790 STDMETHODIMP CShellExt::PushToWindow(HWND /* hParent */, in PushToWindow()
812 STDMETHODIMP CShellExt::GetCommandString(UINT_PTR /* idCmd */, in GetCommandString()
824 BOOL CALLBACK CShellExt::EnumWindowsProc(HWND hWnd, LPARAM lParam) in EnumWindowsProc()
840 CShellExt *cs = (CShellExt*) lParam; in EnumWindowsProc()
849 BOOL CShellExt::LoadMenuIcon() in LoadMenuIcon()
886 STDMETHODIMP CShellExt::InvokeSingleGvim(HWND hParent, in InvokeSingleGvim()