MCM_HITTESTMCM_HITTEST*
*



Contents  *



Index  *Topic Contents
*Previous Topic: MCM_GETUNICODEFORMAT
*Next Topic: MCM_SETCOLOR

MCM_HITTEST


MCM_HITTEST
    wParam = 0;
    lParam = (LPARAM)(PMCHITTESTINFO) pMCHitTest;

Determines which portion of a month calendar control is at a given point on the screen. You can send this message explicitly or by using the MonthCal_HitTest macro.

pMCHitTest
Address of an MCHITTESTINFO structure. Upon sending the message, 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.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.