Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.