PropSheet_UnChanged

This macro informs a property sheet that informationin 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.

At a Glance

Header file: Prsht.h
Windows CE versions: 1.0 and later
Related message: PSM_UNCHANGED

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 Values

None.