Skip to content

Latest commit

 

History

History
125 lines (102 loc) · 3.9 KB

nf-cluadmex-iwcwizard97callback-enablenext.md

File metadata and controls

125 lines (102 loc) · 3.9 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:cluadmex.IWCWizard97Callback.EnableNext
IWCWizard97Callback::EnableNext (cluadmex.h)
Enables or disables the Next or Finish button on a Wizard97 wizard page, depending on whether the current page is last.
EnableNext
EnableNext method [Failover Cluster]
EnableNext method [Failover Cluster]
IWCWizard97Callback interface
IWCWizard97Callback interface [Failover Cluster]
EnableNext method
IWCWizard97Callback.EnableNext
IWCWizard97Callback::EnableNext
_wolf_iwcwizard97callback_enablenext
cluadmex/IWCWizard97Callback::EnableNext
mscs.iwcwizard97callback_enablenext
mscs\iwcwizard97callback_enablenext.htm
MsCS
aac4dd75-aa98-4db0-8201-33d4c115896b
12/05/2018
EnableNext, EnableNext method [Failover Cluster], EnableNext method [Failover Cluster],IWCWizard97Callback interface, IWCWizard97Callback interface [Failover Cluster],EnableNext method, IWCWizard97Callback.EnableNext, IWCWizard97Callback::EnableNext, _wolf_iwcwizard97callback_enablenext, cluadmex/IWCWizard97Callback::EnableNext, mscs.iwcwizard97callback_enablenext
cluadmex.h
Windows
None supported
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter
CluAdmEx.idl
Windows
19H1
IWCWizard97Callback::EnableNext
cluadmex/IWCWizard97Callback::EnableNext
c++
APIRef
kbSyntax
COM
cluadmex.h
IWCWizard97Callback.EnableNext

IWCWizard97Callback::EnableNext

-description

[This method is available for use in the operating systems specified in the Requirements section. Support for this method was removed in Windows Server 2008.]

Enables or disables the Next or Finish button on a Wizard97 wizard page, depending on whether the current page is last.

-parameters

-param hpage [in]

Handle to the property page containing the button to be enabled or disabled.

-param bEnable [in]

Value indicating whether to enable or disable the button. If bEnable is set to TRUE, the appropriate button is enabled. If bEnable is set to FALSE, it is disabled.

-returns

If EnableNext is not successful, it can return other HRESULT values.

Return code/value Description
NOERROR
0
The operation was successful.
E_INVALIDARG
0x80070057
The hpage parameter represents an unknown page.

-remarks

Extensions should call the EnableNext method in their handling of the PSN_SETACTIVE message for a property page that they have added to the Failover Cluster Administrator Wizard. Failover Cluster Administrator determines whether the Next or Finish button should be displayed based on the page specified in the hpage parameter.

For non-Wizard97 pages use IWCWizardCallback::EnableNext.

-see-also

IWCWizard97Callback

IWCWizardCallback::EnableNext