Compartir a través de


PSM_CHANGED

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message informs a property sheet that information in a page has changed. The property sheet enables the Apply Now button. You can send this message explicitly or by using the PropSheet_Changed macro.

Syntax

PSM_CHANGED wParam = (WPARAM)(HWND) hwndPage; 
    lParam = 0;

Parameters

  • hwndPage
    Handle to the page that has changed.
  • lParam
    Not used.

Return Value

None.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

PropSheet_Changed
PSM_UNCHANGED