Partager via


MCM_GETCURSEL (Windows CE 5.0)

Send Feedback

This message retrieves the system time portrayed by the currently selected date.

MCM_GETCURSEL wParam= 0;lParam = (LPARAM) (LPSYSTEMTIME)lpSysTime;

Parameters

  • wParam
    Not used.
  • lpSysTime
    Long pointer to a SYSTEMTIME structure that receives the system time information. The time members of this structure are not modified.

Return Values

Nonzero indicates success. Zero indicates otherwise. This message always fails when applied to month calendar controls set to the MCS_MULTISELECT style.

Remarks

Related macro:MonthCal_GetCurSel

Requirements

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

See Also

SYSTEMTIME

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.