MonthCal_HitTest macro (commctrl.h)
Determines which portion of a month calendar control is at a given point on the screen. You can use this macro or send the MCM_HITTEST message explicitly.
Syntax
DWORD MonthCal_HitTest(
HWND hmc,
PMCHITTESTINFO pinfo
);
Parameters
hmc
Type: HWND
Handle to a month calendar control.
pinfo
Type: PMCHITTESTINFO
Pointer to an MCHITTESTINFO structure. Upon calling the macro, the cbSize member must be set to the size of the MCHITTESTINFO structure, and pt must be set to the point you want to hit test.
Return value
Type: DWORD
Sets values in members of the MCHITTESTINFO structure at pinfo and returns a DWORD value that contains a set of hit test result flags. See the return value description of MCM_HITTEST for a list of the hit test result flags.
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 |