IShellApp::GetCachedSlowAppInfo method
Returns information to the application that originates from a slow source. Unlike IShellApp::GetSlowAppInfo, this method can return information that has been cached. This method is not applicable to published applications.
Syntax
HRESULT GetCachedSlowAppInfo( [out] PSLOWAPPINFO psaid );
Parameters
- psaid [out]
-
Type: PSLOWAPPINFO
A pointer to a SLOWAPPINFO structure in which to return application information.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Implementations of IPublishedApp return E_NOTIMPL. This method is used internally by Add/Remove Programs for installed applications.
Requirements
|
Minimum supported client |
Windows XP, Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: