Share via


MCN_GETDAYSTATE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message is sent by a month calendar control to request information about how individual days should be displayed. It is sent only by month calendar controls that use the MCS_DAYSTATE style, and is sent in the form of a WM_NOTIFY message.

Syntax

MCN_GETDAYSTATE lpNMDayState = (LPNMDAYSTATE) lParam;

Parameters

  • lpNMDayState
    Long pointer to an NMDAYSTATE structure. The structure contains information about the time frame for which the control needs information, and receives the address of an array that provides such data.

Return Value

None.

Remarks

Handling this message allows your application to customize its display by specifying that certain days be displayed in bold. For more information about processing this message, see Processing the MCN_GETDAYSTATE Notification Message.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

WM_NOTIFY
NMDAYSTATE