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 |
CPersistStream::GetClassID
Retrieves the class identifier for this filter.
Syntax
HRESULT GetClassID( CLSID *pClsID );
Parameters
pClsID
Pointer to a CLSID structure. Copy your class ID to here.
Return Value
Returns an HRESULT value.
Requirements
** Header:** Declared in Pstream.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also