Partager via


HDLAYOUT (Windows CE 5.0)

Send Feedback

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

typedefstruct_HD_LAYOUT{  RECTFAR* prc;  WINDOWPOSFAR* 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

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

Header Controls Structures | HDM_LAYOUT | RECT | WINDOWPOS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.