.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH _TrackMouseEvent 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fB_TrackMouseEvent\fR (COMCTL32.@) .SH SYNOPSIS BOOL _TrackMouseEvent ( TRACKMOUSEEVENT* \fIptme\fR ) .SH DESCRIPTION .PP Requests notification of mouse events. .PP During mouse tracking \fBWM_MOUSEHOVER\fR or \fBWM_MOUSELEAVE\fR events are posted to the hwnd specified in the \fIptme\fR structure. After the event message is posted to the hwnd, the entry in the queue is removed. .PP If the current hwnd isn't \fIptme\fR\fI->hwndTrack\fR the \fBTME_HOVER\fR flag is completely ignored. The \fBTME_LEAVE\fR flag results in a \fBWM_MOUSELEAVE\fR message being posted immediately and the \fBTME_LEAVE\fR flag being ignored. .SH PARAMS \fIptme\fR \fB[In/Out]\fR pointer to \fBTRACKMOUSEEVENT\fR information structure. .PP .SH RETURNS .PP \fBSuccess:\fR non-zero .PP \fBFailure:\fR zero. .PP \fBIMPLEMENTATION\fR moved to \fBUSER32\fR.TrackMouseEvent .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/commctrl.c"\fR. .PP Debug channel \fB"commctrl"\fR.