NMREBAR (Windows CE 5.0)

Send Feedback

This structure contains information used in handling the RBN_BEGINDRAG and RBN_ENDDRAG messages.

typedefstructtagNMREBAR{NMHDRhdr;UINTuBand;UINTwID;UINTcyChild;UINTcyBand;}NMREBAR,*LPNMREBAR;

Members

  • hdr**
    NMHDR structure that contains additional information about the message.
  • uBand**
    Zero-based index of the band affected by the message. This will be -1 if no band is affected.
  • wID**
    Application-defined identifier of the band. If uBand is -1, this member is undefined.
  • cyChild**
    Vertical size, in pixels, of the band's child window. This member is not currently used.
  • cyBand**
    Vertical size, in pixels, of the band. This member is not currently used.

Requirements

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

See Also

RBN_BEGINDRAG | RBN_ENDDRAG | NMHDR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.