Share via


IEnumPortableDeviceObjectIDs::Reset

banner art

Previous Next

IEnumPortableDeviceObjectIDs::Reset

The Reset method resets the enumeration sequence to the beginning.

Syntax

  HRESULT Reset();

Parameters

This method takes no parameters.

Return Values

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.

Remarks

There is no guarantee that the same objects will be enumerated after this method is called. This is because objects that were previously enumerated might have been deleted or new objects might have been added.

Requirements

Header: Defined in PortableDeviceApi.h

Library: PortableDeviceGUIDs.lib

See Also

Previous Next