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.
Microsoft DirectShow 9.0 |
CBaseMediaFilter::GetClassID
The GetClassID method retrieves the class identifier. This method implements the IPersist::GetClassID method.
Syntax
HRESULT GetClassID( CLSID *pClsID );
Parameters
pClsID
Pointer to a variable that receives the class identifier.
Return Value
Returns S_OK or E_POINTER.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also