XLL+ Class Library (7.0)

CXlWizExUIArgumentPopupCreator::CXlWizExUIArgumentPopupCreator

Constructs a CXlWizExUIArgumentPopupCreator object

CXlWizExUIArgumentPopupCreator(
   const TCHAR* pszName,
   int argIndex,
   CXlWizExUIPopupProviderBase* ppopup
);

Parameters

ppopup

A pointer to an object derived from CXlWizExUIPopupProviderBase.

Remarks

Once the pointer in ppopup is passed to this constructor, the object pointed to is "owned" by the CXlWizExUIArgumentPopupCreator object. The destructor for ppopup should not be called, since it will be called by the registry's destructor. Note that the destructor (if any) for a class derived from CXlWizExUIPopupProviderBase must be declared as virtual.

Requirements

Header: xlwizexui.h

See Also

CXlWizExUIArgumentPopupCreator Class | CXlWizExUIArgumentPopupCreator Methods