This method registers a class factory with the registry. See Table 45.

Table 45. IClassFactory void Register

Parameter

Description

Type

A string that identifies the factory you are registering; generally, this parameter should have your company name in the string to ensure that it is unique

pFactory

A pointer to your class factory instance

 

Related Topics

Overview