Share via


CFactoryTemplate::IsClassID (Compact 2013)

3/26/2014

Determines if the class identifier (CLSID) passed matches the CLSID assigned to this class template.

Syntax

BOOL IsClassID(
  REFCLSID rclsid 
);

Parameters

  • rclsid
    CLSID being tested.

Return Value

Returns TRUE if the CLSIDs are the same; otherwise, returns FALSE.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CFactoryTemplate Class