Compartilhar via


PSM_SETCURSELID (Windows CE 5.0)

Send Feedback

This message activates the specified page in a property sheet based on the resource identifier of the page. You can send this message explicitly or by using the PropSheet_SetCurSelByID macro.

PSM_SETCURSELID wParam = 0;lParam = (LPARAM)(int)id;

Parameters

  • wParam
    Not used.
  • id
    Resource identifier of the page to activate.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

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

See Also

PropSheet_SetCurSelByID | PSN_KILLACTIVE | PSN_SETACTIVE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.