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.
Gets the next IPublishedApp object in the enumeration.
Syntax
HRESULT Next(
[out] IPublishedApp **pia
);
Parameters
[out] pia
Type: IPublishedApp**
A pointer to an IPublishedApp interface reference variable that returns the next application object. Note that the category of the application object returned must match that passed into EnumApps.
Return value
Type: HRESULT
Returns S_OK if an item is returned, S_FALSE if there are no more items to enumerate, a COM-defined error value otherwise.
Remarks
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 |