Share via


CBaseFilter::GetClassID (Compact 2013)

3/26/2014

Fills the pClsID parameter with the class identifier of this filter (from m_clsid).

Syntax

HRESULT GetClassID(
  CLSID* pClsID
);

Parameters

  • pClsID
    Pointer to the class identifier to be filled out.

Return Value

Return NOERROR.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseFilter Class