IEnumPortableDeviceObjectIDs::Clone method (portabledeviceapi.h)

The Clone method duplicates the current IEnumPortableDeviceObjectIDs interface.

Not implemented in this release.

Syntax

HRESULT Clone(
  [out] IEnumPortableDeviceObjectIDs **ppEnum
);

Parameters

[out] ppEnum

Address of a variable that receives a pointer to an enumeration interface. The caller must release this interface when it is finished with the interface.

Return value

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

Return code Description
E_NOTIMPL
Not implemented in this release.

Requirements

Requirement Value
Target Platform Windows
Header portabledeviceapi.h
Library PortableDeviceGUIDs.lib

See also

IEnumPortableDeviceObjectIDs

IEnumPortableDeviceObjectIDs Interface