Microsoft DirectX 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.

See Also