PropSheet_Changed macro (prsht.h)

Informs a property sheet that information in a page has changed. You can use this macro or send the PSM_CHANGED message explicitly.

Syntax

void PropSheet_Changed(
   hDlg,
   hwnd
);

Parameters

hDlg

Type: HWND

Handle to the property sheet.

hwnd

Type: HWND

Handle to the page that has changed.

Return value

None

Remarks

The property sheet enables the Apply button.

Note  This macro is not supported when using the Aero wizard style (PSH_AEROWIZARD).
 

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header prsht.h