次の方法で共有


CEnumPins::Skip (Compact 2013)

3/26/2014

Skips the next specified number of pins.

Syntax

HRESULT Skip(
  ULONG cPins 
);

Parameters

  • cPins
    Number of pins to skip.

Return Value

Returns an HRESULT value.

Remarks

This member function implements the IEnumPins::Skip method.

This member function affects the next call to the IEnumPins::Next method.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CEnumPins Class