Common Control Macros
The following table shows the common control macros, with a description of the purpose for each.
Programming element | Description |
---|---|
FORWARD_WM_NOTIFY | This macro sends or posts the WM_NOTIFY message. |
HANDLE_WM_NOTIFY | This macro calls a function that processes the WM_NOTIFY message. |
INDEXTOSTATEIMAGEMASK | This macro prepares the index of a state image so that a tree-view control or list-view control can use the index to retrieve the state image for an item. |
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.