MCM_GETTODAY (Windows CE 5.0)

Send Feedback

This message retrieves the date information for the date specified as today for a month calendar control.

MCM_GETTODAY wParam= 0;lParam = (LPARAM)(LPSYSTEMTIME) lpToday;

Parameters

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

Return Values

Nonzero indicates success. Zero indicates otherwise.

Remarks

Related macro:MonthCal_GetToday

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.