CBasePin::m_pName
Microsoft DirectShow 9.0 |
CBasePin::m_pName
Pin name.
Syntax
WCHAR *m_pName;
Remarks
The CBasePin::QueryPinInfo method returns this string as the pin name, and the CBasePin::QueryId method returns it as the pin identifier. In general, however, the pin name and the pin identifier are not required to be the same. The pin identifier is used for graph persistence. For more information, see IBaseFilter::FindPin.
See Also