Share via


PropSheet_UnChanged (Windows Embedded CE 6.0)

1/6/2010

This macro informs a property sheet that information in a page has reverted to the previously saved state. The property sheet disables the Apply Now button if no other pages have registered changes with the property sheet. You can use this macro or send the PSM_UNCHANGED message explicitly.

Syntax

void PropSheet_UnChanged( 
    hPropSheetDlg, 
    hwndPage 
);

Parameters

  • hPropSheetDlg
    Handle to the property sheet.
  • hwndPage
    Handle to the page that has reverted to the previously saved state.

Return Value

None.

Requirements

Header prsht.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Property Sheets Macros
PSM_UNCHANGED