Share via


HDLAYOUT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains information used to set the size and position of a header control. This structure is used with the HDM_LAYOUT message.

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.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Header Controls Structures
HDM_LAYOUT
RECT
WINDOWPOS