IEnumFBBlock::Clone
Creates a copy of the enumerator, using the same time restriction but setting the cursor to the beginning of the enumerator.
Quick info
See IEnumFBBlock.
HRESULT Clone(
IEnumFBBlock **ppclone
);
Parameters
ppclone
[out] A pointer to pointer to the copy of IEnumFBBlock interface.
Return values
HRESULT | Description |
---|---|
S_OK |
The call succeeded. |
E_OUTOFMEMORY |
There is insufficient memory for making the copy. |