CSource::FindPinNumber (Compact 2013)

3/26/2014

Retrieves the number of the pin supporting a given IPin interface.

Syntax

int FindPinNumber(
  IPin* iPin 
);

Parameters

  • iPin
    IPin interface of the pin to retrieve.

Return Value

Returns the pin number or -1 if no matching pin number is found.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CSource Class