NM_NCHITTESTNM_NCHITTEST*
*



Contents  *



Index  *Topic Contents
*Previous Topic: NM_KILLFOCUS
*Next Topic: NM_OUTOFMEMORY

NM_NCHITTEST


NM_NCHITTEST
    lpnmmouse = (LPNMMOUSE) lParam;

Sent by a control when the control receives a WM_NCHITTEST message. This notification message is sent in the form of a WM_NOTIFY message.

lpnmmouse
Address of a NMMOUSE structure that contains information about the notification. The pt member contains the mouse coordinates of the hit test message.

Version 4.71


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