The HD_LAYOUT structure contains information used to set the size and position of a header control.
typedef struct _HD_LAYOUT {  // hdl 
    RECT FAR*      prc; 
    WINDOWPOS FAR* pwpos; 
} HD_LAYOUT; 
 
This structure is used with the HDM_LAYOUT message.