ISBE2EnumStream::Skip Method
[This documentation is preliminary and is subject to change.]
Skips a specified number of elements in the enumeration sequence.
Syntax
HRESULT Skip(
[in] ULONG cRecords
);
Parameters
- cRecords [in]
The number of elements to skip.
Return Value
The method can return one of the following values.
| Return code | Description |
|---|---|
S_OK |
The method succeeded. |
S_FALSE |
The end of the sequence was reached before skipping the requested number of elements. |
Requirements
| Client | Requires Windows 7. |
| Header | Declared in Sbe.h. |
| IDL | Declared in Sbe.idl. |
| DLL | Requires Sbe.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008