BEGIN_OLEFACTORY( class_name )
Parameters
class_name
Specifies the name of the control class whose class factory this is.
Remarks
In the header file of your control class, use the BEGIN_OLEFACTORY macro to begin the declaration of your class factory. Declarations of class factory licensing functions should begin immediately after BEGIN_OLEFACTORY.
See Also END_OLEFACTORY, DECLARE_OLECREATE_EX