IEnumTfRenderingMarkup::Clone method

The IEnumTfRenderingMarkup::Clone method creates a copy of the enumerator object.

Syntax

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

Parameters

ppEnum [out]

[out] A pointer to a IEnumTfRenderingMarkup interface.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_FAIL
An unspecified error occurred.
E_INVALIDARG
One or more parameters are invalid.

Remarks

Note

This method is not currently in the public header files. To use this API, you must MIDL-compile the prototype.