IEnumPublishedApps::Reset method
Resets the enumeration of IPublishedApp objects to the first item.
Syntax
HRESULT Reset();
Parameters
This method has no parameters.
Return value
Type: HRESULT
Returns the following value.
| Return code | Description |
|---|---|
|
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
|
Minimum supported client |
Windows XP, Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: