CBasePin::Name
Microsoft DirectShow 9.0 |
CBasePin::Name
The Name method retrieves the pin identifier.
Syntax
LPWSTR Name(void);
Return Value
Returns the value of the CBasePin::m_pName member variable.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also