PSM_CHANGEDPSM_CHANGED*
*Contents  *Index  *Topic Contents
*Previous Topic: PSM_CANCELTOCLOSE
*Next Topic: PSM_GETCURRENTPAGEHWND

PSM_CHANGED


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

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.

hwndPage
Handle to the page that has changed.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.