Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dindexsrv.h52 typedef struct ISimpleCommandCreator ISimpleCommandCreator; typedef
320 struct ISimpleCommandCreator : public IUnknown { struct
329 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 { struct
349 …HRESULT WINAPI ISimpleCommandCreator_CreateICommand_Proxy(ISimpleCommandCreator *This,IUnknown **p…
[all …]