Microsoft Windows CE 3.0  

CTransformFilter::GetPin

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves a pin for a specified index.

virtual CBasePin * GetPin(  
int
n  
);

Parameters

n
Index of the pin to return.

Return Values

Returns a pointer to a CBasePinobject.

Remarks

This member function overrides the CBaseFilter::GetPinmember function and need not be overridden unless one or more of the transform pin classes ( CTransformInputPinor CTransformOutputPin) are overridden. Upon successful return, both pins are valid.