IEnumPIDMap::Skip
Microsoft DirectShow 9.0 |
IEnumPIDMap::Skip
The Skip method skips the specified number of elements in the collection.
Syntax
HRESULT Skip( ULONG cRecords );
Parameters
cRecords
[in] Specifies the number of elements to skip.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
S_FALSE | Reached the end of the collection. |
S_OK | Success. |
Requirements
Header: Include Bdaiface.h.
Library: Use Strmiids.lib.
See Also