IEnumInputContext Interfa...     IEnumInputContext::Next M...     IEnumInputContext Interfa...    
Web Workshop (Miscellaneous)

IEnumInputContext::Clone Method


Creates another enumerator that contains the same enumeration state as the current one.

Syntax

HRESULT Clone(
    IEnumInputContext **ppEnum
);

Parameters

ppEnum
[out] Address of an IEnumInputContext pointer that receives the interface pointer to the enumeration object.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.