Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 2.9 KB

psm-enablewizbuttons.md

File metadata and controls

78 lines (44 loc) · 2.9 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
PSM_ENABLEWIZBUTTONS message (Prsht.h)
Enables or disables any of the standard buttons in an Aero wizard. You can send this message explicitly or use the PropSheet\_EnableWizButtons macro.
9e8ff2dc-c0e7-4754-8be2-2c7b65a524f4
PSM_ENABLEWIZBUTTONS message Windows Controls
apiref
PSM_ENABLEWIZBUTTONS
Prsht.h
HeaderDef
reference
05/31/2018

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