NMRBAUTOSIZE (Windows CE 5.0)

Send Feedback

This structure contains information used in handling the RBN_AUTOSIZE messages.

typedefstructtagNMRBAUTOSIZE{NMHDRhdr;BOOLfChanged;RECTrcTarget;RECTrcActual;}NMRBAUTOSIZE,*LPNMRBAUTOSIZE;

Members

  • hdr
    NMHDR structure that contains additional information about the message.
  • fChanged
    Boolean that indicates if the size or layout of the rebar control has changed. A nonzero value indicates that a change occurred; zero indicates otherwise.
  • rcTarget**
    RECT structure that contains the rectangle that the rebar control tried to size itself to.
  • rcActual**
    RECT structure that contains the rectangle that the rebar control actually sized itself to.

Requirements

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

See Also

RBN_AUTOSIZE | NMHDR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.