Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the currently selected date. You can use this macro or send the MCM_GETCURSEL message explicitly.
Syntax
BOOL MonthCal_GetCurSel(
HWND hmc,
LPSYSTEMTIME pst
);
Parameters
hmc
Type: HWND
Handle to a month calendar control.
pst
Type: LPSYSTEMTIME
Pointer to a SYSTEMTIME structure that will receive the currently selected date information. This parameter must be a valid address and cannot be NULL.
Return value
Type: BOOL
Returns nonzero if successful, or zero otherwise. This macro will always fail when applied to month calendar controls that are set to the MCS_MULTISELECT style.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |