Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Informs a property sheet that information in a page has reverted to the previously saved state. You can use this macro or send the PSM_UNCHANGED message explicitly.
Syntax
VOID PropSheet_UnChanged(
HWND hDlg,
HWND hwnd
);
Parameters
hDlg
Type: HWND
Handle to the property sheet.
hwnd
Type: HWND
Handle to the page that has reverted to the previously saved state.
Return value
Type: VOID
No return value.
Remarks
The property sheet disables the Apply Now button if no other pages have registered changes with the property sheet.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | prsht.h |