Adds a CXlWizExUIFunctionDescriptor object to the registry
CXlWizExUIFunctionDescriptor* AddFunctionDescriptor( CXlWizExUIFunctionDescriptor* pfn ); |
A pointer to a CXlWizExUIFunctionDescriptor object.
Returns the value of pfn.
Once the pointer in pfn is passed to this method, the object pointed to is "owned" by the registry. The destructor for pfn should not be called, since it will be called by the registry destructor.
Header: xlwizexui.h
CXlWizExUIFunctionRegistry Class | CXlWizExUIFunctionRegistry Methods