Contents Index Topic Contents | ||
Previous Topic: HDM_INSERTITEM Next Topic: HDM_ORDERTOINDEX |
HDM_LAYOUT
HDM_LAYOUT wParam = 0; lParam = (LPARAM) (LPHDLAYOUT) playout;Retrieves the correct size and position of a header control within the parent window. You can send this message explicitly or use the Header_Layout macro.
- Returns TRUE if successful, or FALSE otherwise.
- playout
- Address of an HDLAYOUT structure. The prc member specifies the coordinates of a rectangle, and the pwpos member receives the size and position for the header control within the rectangle.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.