DispatchMessageW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DispatchMessageW (USER32.@)

SYNOPSIS

LRESULT DispatchMessageW
 (
  const MSG* msg
 )

DESCRIPTION

DispatchMessageW (USER32.@) Process a message.

Process the message specified in the structure *_msg_.

If the lpMsg parameter points to a WM_TIMER message and the parameter of the WM_TIMER message is not NULL, the lParam parameter points to the function that is called instead of the window procedure.

The message must be valid.

RETURNS

DispatchMessage() returns the result of the window procedure invoked.

CONFORMANCE

ECMA-234, Win32

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user32/message.c".

Debug channel "msg".