Searched refs:ISimpleCommandCreator (Results 1 – 1 of 1) sorted by relevance
52 typedef struct ISimpleCommandCreator ISimpleCommandCreator; typedef320 struct ISimpleCommandCreator : public IUnknown { struct329 HRESULT (WINAPI *QueryInterface)(ISimpleCommandCreator *This,REFIID riid,void **ppvObject);330 ULONG (WINAPI *AddRef)(ISimpleCommandCreator *This);331 ULONG (WINAPI *Release)(ISimpleCommandCreator *This);332 …HRESULT (WINAPI *CreateICommand)(ISimpleCommandCreator *This,IUnknown **ppIUnknown,IUnknown *pOute…333 …HRESULT (WINAPI *VerifyCatalog)(ISimpleCommandCreator *This,const WCHAR *pwszMachine,const WCHAR *…334 …HRESULT (WINAPI *GetDefaultCatalog)(ISimpleCommandCreator *This,WCHAR *pwszCatalogName,ULONG cwcIn…337 struct ISimpleCommandCreator { struct349 …HRESULT WINAPI ISimpleCommandCreator_CreateICommand_Proxy(ISimpleCommandCreator *This,IUnknown **p…[all …]