Microsoft Windows CE 3.0  

FILTER_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 filter.

typedef struct _FilterInfo{
WCHAR achName[ 128 ];
IFilterGraph __RPC_FAR *pGraph;
} FILTER_INFO;

Members

achName
Name of the filter.
pGraph
Pointer to the IFilterGraphinterface to which the filter is connected.