次の方法で共有


IEnumGuideDataProperties::Clone method (bdatif.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Not implemented for this release.

The Clone method creates a copy of the collection.

Syntax

HRESULT Clone(
  [out] IEnumGuideDataProperties **ppenum
);

Parameters

[out] ppenum

Receives a pointer to the new collection's IEnumGuideDataProperties interface.

Return value

Returns E_NOTIMPL.

Requirements

Requirement Value
Target Platform Windows
Header bdatif.h

See also

Error and Success Codes

IEnumGuideDataProperties Interface