IEnumInputContext::Clone method
Creates another enumerator that contains the same enumeration state as the current one.
Syntax
HRESULT Clone(
[out] IEnumInputContext **ppEnum
);
Parameters
- ppEnum [out]
The address of an IEnumInputContext pointer that receives the interface pointer to the enumeration object.
Return value
Returns S_OK if successful, or an error value otherwise.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |