CRuntimeClass Members

Data Members

m_lpszClassName

The name of the class.

m_nObjectSize

The size of the object in bytes.

m_pBaseClass

A pointer to the CRuntimeClass structure of the base class.

m_pfnCreateObject

A pointer to the function that dynamically creates the object.

m_pfnGetBaseClass

Returns the CRuntimeClass structure (only available when dynamically linked).

m_wSchema

The schema number of the class.

Operations

CreateObject

Creates an object during run time.

FromName

Creates an object during run time using the familiar class name.

IsDerivedFrom

Determines if the class is derived from the specified class.

See Also

Reference

CRuntimeClass Structure

Hierarchy Chart