MCN_VIEWCHANGE notification code

Sent by a month calendar control when the current view changes. This notification code is sent in the form of a WM_NOTIFY message.

MCN_VIEWCHANGE

    lpNMViewChange = (LPNMVIEWCHANGE) lParam;

Parameters

lParam

Pointer to an NMVIEWCHANGE structure that contains information about the current view.

Return value

No return value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Commctrl.h