.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DispatchMessageW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDispatchMessageW\fR (USER32.@) .SH SYNOPSIS LRESULT DispatchMessageW ( const MSG* \fImsg\fR ) .SH DESCRIPTION .PP DispatchMessageW (\fBUSER32\fR.@) Process a message. .PP Process the message specified in the structure *_msg_. .PP If the lpMsg parameter points to a \fBWM_TIMER\fR message and the parameter of the \fBWM_TIMER\fR message is not \fBNULL\fR, the lParam parameter points to the function that is called instead of the window procedure. The function stored in lParam (timer callback) is protected from causing page-faults. .PP The message must be valid. .SH RETURNS .PP DispatchMessage() returns the result of the window procedure invoked. .SH CONFORMANCE .PP ECMA-\fB234\fR, Win32 .SH IMPLEMENTATION .PP Declared in \fB"winuser.h"\fR. .PP Implemented in \fB"dlls/user32/message.c"\fR. .PP Debug channel \fB"msg"\fR.