IEnumPublishedApps::Reset method (shappmgr.h)

Resets the enumeration of IPublishedApp objects to the first item.

Syntax

HRESULT Reset();

Return value

Type: HRESULT

Returns the following value.

Return code Description
S_OK
This method only returns S_OK.

Remarks

Note  IEnumPublishedApps is not a standard enumeration interface.
 
It does not support a Skip method nor does its Next method support retrieval of multiple items.

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

IEnumPublishedApps

IPublishedApp