Microsoft Windows CE 3.0  

CSource::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 pointer to the specified pin.

CBasePin *GetPin(
int
n
);

Parameters

n
Pin number of the requested pin.

Return Values

Returns the pointer to the pin or NULL if the index is out of range.

Remarks

This member function is specified in CBaseFilterand is implemented here. Note that this pin interface will not have been reference counted when obtained.