IEnumPortableDeviceObjectIDs::Clone method

The Clone method duplicates the current IEnumPortableDeviceObjectIDs interface.

Not implemented in this release.

Syntax


HRESULT Clone(
  [out] 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 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 codeDescription
E_NOTIMPL

Not implemented in this release.

 

Requirements

Header

PortableDeviceApi.h

Library

PortableDeviceGUIDs.lib

See also

IEnumPortableDeviceObjectIDs
IEnumPortableDeviceObjectIDs Interface

 

 

Community Additions

ADD
Show: