Home
last modified time | relevance | path

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

/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp372 CShellExtClassFactory *pcf = new CShellExtClassFactory; in DllGetClassObject()
380 CShellExtClassFactory::CShellExtClassFactory() in CShellExtClassFactory() function in CShellExtClassFactory
387 CShellExtClassFactory::~CShellExtClassFactory() in ~CShellExtClassFactory()
392 STDMETHODIMP CShellExtClassFactory::QueryInterface(REFIID riid, in QueryInterface()
411 STDMETHODIMP_(ULONG) CShellExtClassFactory::AddRef() in STDMETHODIMP_()
416 STDMETHODIMP_(ULONG) CShellExtClassFactory::Release() in STDMETHODIMP_()
426 STDMETHODIMP CShellExtClassFactory::CreateInstance(LPUNKNOWN pUnkOuter, in CreateInstance()
450 STDMETHODIMP CShellExtClassFactory::LockServer(BOOL /* fLock */) in LockServer()
H A Dgvimext.h87 class CShellExtClassFactory : public IClassFactory
93 CShellExtClassFactory();
94 ~CShellExtClassFactory();
106 typedef CShellExtClassFactory *LPCSHELLEXTCLASSFACTORY;