Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns information to the application that originates from a slow source. This method is not applicable to published applications.
Syntax
HRESULT GetSlowAppInfo(
[out] PSLOWAPPINFO psaid
);
Parameters
[out] psaid
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 should return E_NOTIMPL. This method is used internally by Add/Remove Programs for installed applications.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | shappmgr.h |
DLL | Shell32.dll |