Clone method
Creates a copy of the current state of enumeration.
Syntax
HRESULT retVal = object.Clone(ppEnum);
Parameters
- ppEnum [out]
-
Type: IEnumTravelLogEntry
A pointer to the copy of the enumeration.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Show: