Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Skips a specified number of segments in an enumeration sequence.
Syntax
HRESULT Skip(
ULONG celt
);
Parameters
celt
[in] Number of segments in the enumeration sequence to skip.
Return Value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |
Remarks
This method skips a specified number of segments in an enumeration sequence.