XLL+ Class Library (7.0)

CXlWizExUIFunctionRegistry::AddFunctionDescriptor

Adds a CXlWizExUIFunctionDescriptor object to the registry

CXlWizExUIFunctionDescriptor* AddFunctionDescriptor(
   CXlWizExUIFunctionDescriptor* pfn
);

Parameters

pfn

A pointer to a CXlWizExUIFunctionDescriptor object.

Return Value

Returns the value of pfn.

Remarks

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.

Requirements

Header: xlwizexui.h

See Also

CXlWizExUIFunctionRegistry Class | CXlWizExUIFunctionRegistry Methods