Share via


CPersistStream::GetClassID

 
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