IDiaEnumNamedStreams::Next

Advances to the enumeration and optionally retrieves the name of the next named stream in the enumeration sequence.

Syntax

HRESULT Next ( 
   [out, optional] BSTR* pRetVal
);

Parameters

[out, optional] pRetVal

Optionally returns the name of the next named stream in this enumeration.

Return Value

If successful, returns S_OK. Returns S_FALSE if there are no more named streams. Otherwise, it returns an error code.

See also