Each message description contains:
Name
Some message identity values are reserved for the use of the operating system, some are available for use by an application. See Reserved Messages under Default Window Procedure Message Processing.
For all messages, the first two or three characters of the name indicate the type of window that is related to the message; for example:
LM
There are always two parameters (param1 and param2) and one return value. Any or all of the parameters can be NULL.
Note: A message is not equivalent to a call of the same name.