You are reading help file online using chmlib.com
|
IEnumSpObjectTokens::Clone creates a new enumerator object with the same items.
Returns a new enumerator object with the same items but an independent index. The items in the clone are not guaranteed to be in the same order as the original enumerator.
HRESULT Clone(
IEnumSpObjectTokens **ppEnum
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
SPERR_UNINITIALIZED | Attribute parser interface is not initialized. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|