Contents Index Topic Contents | ||
Previous Topic: IEnumWorkItems::Reset Next Topic: IProvideTaskPage |
IEnumWorkItems::Skip
HRESULT Skip( ULONG celt );Skips the next celt number of tasks in the enumeration sequence.
- Returns one of the following values:
S_OK The number of elements skipped equals celt. S_FALSE The number of elements remaining in the sequence is less than celt. E_INVALIDARG celt is less than or equal to zero.
- celt
- Number of tasks to be skipped.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.