Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure contains information about a filter.
Syntax
typedef struct _FilterInfo{
WCHAR achName[128];
IFilterGraph __RPC_FAR* pGraph;
} FILTER_INFO;
Members
- achName[128]
Name of the filter.
- pGraph
Pointer to the IFilterGraph interface to which the filter is connected.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |