次の方法で共有


PSM_REMOVEPAGE (Windows CE 5.0)

Send Feedback

This message removes a page from a property sheet. You can send this message explicitly or by using the PropSheet_RemovePage macro.

PSM_REMOVEPAGE wParam = (WPARAM)(int)index;lParam= (LPARAM)(HPROPSHEETPAGE) hpage;

Parameters

  • index
    Zero-based index of the page to remove.
  • hpage
    Handle of the page to remove.

Return Values

None.

Remarks

An application can specify the index or the handle, or both. If both are specified, hpage takes precedence.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

PropSheet_RemovePage | PSM_ADDPAGE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.