IEnumPortableDeviceConnectors::Reset method

The Reset method resets the enumeration sequence to the beginning.

Syntax

HRESULT Reset();

Parameters

This method has no parameters.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
None supported
Header
Devpkey.h;
Portabledeviceconnectapi.h
IDL
Portabledeviceconnectapi.idl
Library
PortableDeviceGuids.lib

See also

IEnumPortableDeviceConnectors