Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the windows structures, with a description of the purpose of each.
Programming element | Description |
---|---|
CREATESTRUCT | This structure defines the initialization parameters passed to the window procedure of an application. |
MAKELPARAM | This macro creates an unsigned 32-bit value for use as an lParam parameter in a message. |
MAKELRESULT | This macro creates an unsigned 32-bit value for use as a return value from a window procedure. |
MAKEWPARAM | This macro creates an unsigned 32-bit value for use as a wParam parameter in a message. |
STYLESTRUCT | This structure contains the window styles for a window. |
WINDOWPOS | This structure contains information about the size and position of a window. |
See Also
Send Feedback on this topic to the authors