Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Show:
© 2017 Microsoft