Contents Index Topic Contents | ||
Previous Topic: MCM_GETCOLOR Next Topic: MCM_GETFIRSTDAYOFWEEK |
MCM_GETCURSEL
MCM_GETCURSEL wParam = 0; lParam = (LPARAM) (LPSYSTEMTIME) lpSysTime;Retrieves the currently selected date. You can send this message explicitly or by using the MonthCal_GetCurSel macro.
- Returns nonzero if successful, or zero otherwise. This message will always fail when applied to month calendar controls set to the MCS_MULTISELECT style.
- lpSysTime
- Address of a SYSTEMTIME structure that will receive the currently selected date information. This parameter must be a valid address and cannot be NULL.
Version 4.70
See also Times in the Month Calendar Control
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.