| Microsoft Deployment Toolkit
Documentation Library HRESULT Init(IControl *pControl, IWizardPageContainer *pContainer, IStringProperties *pProperties) |
![]() |
The form controller calls this method to initialize validators that it creates based on the page’s XML. See Table 40.
Table 40. HRESULT Init Method
|
Parameter |
Description |
|
pControl |
The control that your validator must validate |
|
pContainer |
In case your validator needs access to the logger or needs to create other components |
|
pProperties |
Provides access to the properties (setter elements) for your validator |
Related Topics