This topic has not yet been rated - Rate this topic

NMREBARCHEVRON structure

Applies to: desktop apps only

Contains information used in handling the RBN_CHEVRONPUSHED notification code.

Syntax

typedef struct tagNMREBARCHEVRON {
  NMHDR  hdr;
  UINT   uBand;
  UINT   wID;
  LPARAM lParam;
  RECT   rc;
  LPARAM lParamNM;
} NMREBARCHEVRON, *LPNMREBARCHEVRON;

Members

hdr

Type: NMHDR

NMHDR structure that contains additional information about the notification.

uBand

Type: UINT

Index of the band sending the notification.

wID

Type: UINT

Application-defined identifier for the band.

lParam

Type: LPARAM

Application-defined value associated with the band.

rc

Type: RECT

RECT structure that defines the area covered by the chevron.

lParamNM

Type: LPARAM

An application-defined value. If the RBN_CHEVRONPUSHED notification was sent as a result of an RB_PUSHCHEVRON message, this member contains the message's lAppValue value. Otherwise, it is set to zero.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Commctrl.h

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ