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 |
CFactoryTemplate::IsClassID
The IsClassID method determines whether a CLSID matches this class template.
Syntax
BOOL IsClassID( REFCLSID rclsid );
Parameters
rclsid
Reference to a CLSID.
Return Value
Returns TRUE if the rclsid parameter is the same CLSID as the CFactoryTemplate::m_ClsID member variable, or else returns FALSE.
Requirements
** Header:** Declared in Combase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also