_TrackMouseEvent (COMCTL32.@)
BOOL _TrackMouseEvent ( TRACKMOUSEEVENT* ptme )
Requests notification of mouse events.
During mouse tracking WM_MOUSEHOVER or WM_MOUSELEAVE events are posted to the hwnd specified in the ptme structure. After the event message is posted to the hwnd, the entry in the queue is removed.
If the current hwnd isn't ptme->hwndTrack the TME_HOVER flag is completely ignored. The TME_LEAVE flag results in a WM_MOUSELEAVE message being posted immediately and the TME_LEAVE flag being ignored.
ptme | [In/Out] | pointer to TRACKMOUSEEVENT information structure. |
Success: non-zero
Failure: zero.
IMPLEMENTATION moved to USER32.TrackMouseEvent
Declared in "include/commctrl.h". gitlab.winehq.org/wine/wine/blob/master/include/commctrl.h
Implemented in "dlls/comctl32/commctrl.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/commctrl.c
Debug channel "commctrl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.