HD_LAYOUT

This structure contains information used to set the size and position of a header control, and is superseded by the HDLAYOUT structure.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

typedef struct _HD_LAYOUT {
RECT FAR
*prc;
WINDOWPOS FAR
*pwpos;
} HD_LAYOUT;

Members

prc

Pointer to a RECT structure that contains the coordinates of a rectangle that the header control will occupy.

pwpos

Pointer to a WINDOWPOS structure that receives information about the appropriate size and position of the header control.

See Also

HDM_LAYOUT, RECT, WINDOWPOS