PSM_ENABLEWIZBUTTONS message

Enables or disables any of the standard buttons in an Aero wizard. You can send this message explicitly or use the PropSheet_EnableWizButtons macro.

Parameters

wParam

One or more of the following values that specify which property sheet buttons are to be enabled. If a button value is included in both this parameter and lParam, it is enabled.

Value Meaning
PSWIZB_BACK
The Back button.
PSWIZB_CANCEL
The Cancel button.
PSWIZB_DISABLEDFINISH
The Finish button.
PSWIZB_FINISH
The Finish button.
PSWIZB_NEXT
The Next button.

lParam

One or more of the same values used in wParam, specifying which buttons are affected by this call. If a button value appears in this parameter but not in wParam, it indicates that the button should be disabled.

Return value

No return value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Prsht.h