Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
|
The method was successful. |
|
An unspecified error occurred. |
|
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.