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.
Skips the specified number of errors or warnings.
Syntax
HRESULT Skip
([in] ULONG celt)
;
Parameters
celt
[in] The number of elements to skip.
Return Value
The following table describes possible return values.
| Return Value | Description |
|---|---|
S_OK |
The function successfully returned the number of elements to skip. |
S_FALSE |
The number of elements returned is less then celt. |