MCM_GETCURSELMCM_GETCURSEL*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.