IDiaEnumNamedStreams::Skip
Advances a specified number of names in the enumeration sequence.
Syntax
HRESULT Skip (
[in] ULONG celt
);
Parameters
[in] celt
The number of names in the enumeration sequence to skip.
Return Value
If successful, returns S_OK
. Returns S_FALSE
if there are no more named streams. Otherwise, it returns an error code.