Contents Index Topic Contents | ||
Previous Topic: PSM_SETWIZBUTTONS Next Topic: Property Sheet Macros |
PSM_UNCHANGED
PSM_UNCHANGED wParam = (WPARAM) (HWND) hwndPage; lParam = 0;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 send this message explicitly or by using the PropSheet_UnChanged macro.
- No return value.
- hwndPage
- Handle to the page that has reverted to the previously saved state.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.