MonthCal_GetMaxSelCount (Windows CE 5.0)

Send Feedback

This macro retrieves the maximum selectable date range that is set for a month calendar control. You can use this macro or send the MCM_GETMAXSELCOUNT message explicitly.

DWORD MonthCal_GetMaxSelCount(HWND hwndMC );

Parameters

  • hwndMC
    Handle to a month calendar control.

Return Values

You can change the selectable date range using the MCM_SETMAXSELCOUNT message.

Returns an INT value that represents the total number of days that can be selected for the control.

Remarks

Related message:MCM_GETMAXSELCOUNT

Requirements

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.