![]()  | ||
  | ||
  | ||
HDLAYOUT
typedef struct _HD_LAYOUT { RECT FAR* prc; WINDOWPOS FAR* pwpos; } HDLAYOUT, FAR *LPHDLAYOUT;Contains information used to set the size and position of a header control. This structure is used with the HDM_LAYOUT message. This structure supersedes the HD_LAYOUT structure.
- prc
 - Address of a RECT structure that contains the coordinates of a rectangle that the header control will occupy.
 - pwpos
 - Address of a WINDOWPOS structure that receives information about the appropriate size and position of the header control.
 
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.