Share via


IEnumPortableDeviceObjectIDs::Clone

banner art

Previous Next

IEnumPortableDeviceObjectIDs::Clone

The Clone method duplicates the current IEnumPortableDeviceObjectIDs interface.

Not implemented in this release.

Syntax

  HRESULT Clone(
  IEnumPortableDeviceObjectIDs**  ppEnum
);

Parameters

ppEnum

[out]  Address of a variable that receives a pointer to an enumeration interface. The caller must release this interface when it is done with it.

Return Values

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

Header: Defined in PortableDeviceApi.h

Library: PortableDeviceGUIDs.lib

See Also

Previous Next