HDLAYOUT structure (commctrl.h)

Contains information used to set the size and position of a header control. HDLAYOUT is used with the HDM_LAYOUT message. This structure supersedes the HD_LAYOUT structure.

Syntax

typedef struct _HD_LAYOUT {
  RECT      *prc;
  WINDOWPOS *pwpos;
} HDLAYOUT, *LPHDLAYOUT;

Members

prc

Type: RECT*

Structure that contains the coordinates of a rectangle that the header control will occupy.

pwpos

Type: WINDOWPOS*

Structure that receives information about the appropriate size and position of the header control.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header commctrl.h