PropSheet_Changed (Windows CE 5.0)

Send Feedback

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

BOOLPropSheet_Changed( hPropSheetDlg, hwndPage);

Parameters

  • hPropSheetDlg
    Handle to the property sheet.
  • hwndPage
    Handle to the page that has changed.

Return Values

None.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Prsht.h.

See Also

PSM_CHANGED

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.