Searched defs:IsInstalled (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dshappmgr.h120 virtual HRESULT WINAPI IsInstalled(void) = 0;
132 HRESULT (WINAPI *IsInstalled)(IShellApp *This); member in struct:IShellAppVtbl
146 #define IShellApp_IsInstalled(This) (This)->lpVtbl->IsInstalled(This)
197 HRESULT (WINAPI *IsInstalled)(IPublishedApp *This); member in struct:IPublishedAppVtbl
214 #define IPublishedApp_IsInstalled(This) (This)->lpVtbl->IsInstalled(This)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dshappmgr.h120 virtual HRESULT WINAPI IsInstalled(void) = 0;
132 HRESULT (WINAPI *IsInstalled)(IShellApp *This); member in struct:IShellAppVtbl
146 #define IShellApp_IsInstalled(This) (This)->lpVtbl->IsInstalled(This)
197 HRESULT (WINAPI *IsInstalled)(IPublishedApp *This); member in struct:IPublishedAppVtbl
214 #define IPublishedApp_IsInstalled(This) (This)->lpVtbl->IsInstalled(This)

Completed in 132 milliseconds