IEnumPublishedApps interface (shappmgr.h)

Exposes methods that enumerate published applications to Add/Remove Programs in the Control Panel. The object exposing this interface is requested through IAppPublisher::EnumApps.

Inheritance

The IEnumPublishedApps interface inherits from the IUnknown interface. IEnumPublishedApps also has these types of members:

Methods

The IEnumPublishedApps interface has these methods.

 
IEnumPublishedApps::Next

Gets the next IPublishedApp object in the enumeration.
IEnumPublishedApps::Reset

Resets the enumeration of IPublishedApp objects to the first item.

Remarks

To publish applications to Add/Remove Programs in the Control Panel, you must support IEnumPublishedApps, IAppPublisher and IPublishedApp.

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

See also

IAppPublisher

IPublishedApp