DECLARE_OLETYPELIB

DECLARE_OLETYPELIB( class_name )

Parameters

class_name

The name of the control class related to the type library.

Remarks

Declares the GetTypeLib member function of your control class. Use this macro in the control class header file.

See Also   IMPLEMENT_OLETYPELIB