Message Queue Messages

The following table shows the message queue messages, with a description of the purpose of each.

Programming element Description
WM_APP This message is used by applications to help define private messages, usually of the form WM_APP+X, where X is an integer value.
WM_USER This message is used by applications to help define private messages.

See Also

Message Queue Reference

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.