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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dshappmgr.h116 virtual HRESULT WINAPI GetAppInfo(PAPPINFODATA pai) = 0;
128 HRESULT (WINAPI *GetAppInfo)(IShellApp *This,PAPPINFODATA pai); member in struct:IShellAppVtbl
142 #define IShellApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)
193 HRESULT (WINAPI *GetAppInfo)(IPublishedApp *This,PAPPINFODATA pai); member in struct:IPublishedAppVtbl
210 #define IPublishedApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dshappmgr.h116 virtual HRESULT WINAPI GetAppInfo(PAPPINFODATA pai) = 0;
128 HRESULT (WINAPI *GetAppInfo)(IShellApp *This,PAPPINFODATA pai); member in struct:IShellAppVtbl
142 #define IShellApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)
193 HRESULT (WINAPI *GetAppInfo)(IPublishedApp *This,PAPPINFODATA pai); member in struct:IPublishedAppVtbl
210 #define IPublishedApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)

Completed in 302 milliseconds