Contents Index Topic Contents | ||
Previous Topic: PSM_REBOOTSYSTEM Next Topic: PSM_RESTARTWINDOWS |
PSM_REMOVEPAGE
PSM_REMOVEPAGE wParam = (WPARAM) (int) index; lParam = (LPARAM) (HPROPSHEETPAGE) hpage);Removes a page from a property sheet. You can send this message explicitly or by using the PropSheet_RemovePage macro.
- No return value.
- index and hpage
- Zero-based index of the page and the handle to the page to remove, respectively. An application can specify the index or the handle, or both. If both are specified, hpage takes precedence.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.