Microsoft Deployment Toolkit
Documentation Library HRESULT Init(ILogger *pLogger, IWizardPageContainer *pContainer, IStaticText *pUsername, IStaticText *pPassword, IStaticText *pComputerName) |
Initialize the instance, as shown in Table 17.
Table 17. HRESULT Init - Instance Initialization
Parameter |
Description |
pLogger |
The logger instance, which is available to your page via the page’s Logger method |
pContainer |
Passes the results from your page’s Container method |
pUsername |
The text box that contains the user name to be validated |
pPassword |
The text box that contains the password to be validated |
PComputerName |
The text box that contains the name of the computer that will eventually be joined to the domain |
Related Topics