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.
Attempts to skip over the next celt elements in the enumeration sequence.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
[in] celt
The number of elements to skip.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The specified number of elements was skipped. |
|
The end of the sequence was reached before skipping the requested number of elements. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oaidl.h |