Microsoft Windows CE 3.0  

PIN_INFO

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.

Contains information about a pin.

typedef struct _PinInfo
{
IBaseFilter *
pFilter
;
PIN_DIRECTION
dir
;
WCHAR
achName[ 128 ]
;
} PIN_INFO;

Members

pFilter
Pointer to the IBaseFilterinterface of the owning filter.
dir
Direction of the pin (input or output).
achName
Name of the pin.