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 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.