REBARINFO structure (commctrl.h)

Contains information that describes rebar control characteristics.

Syntax

typedef struct tagREBARINFO {
  UINT       cbSize;
  UINT       fMask;
#if ...
  HIMAGELIST himl;
#else
  HANDLE     himl;
#endif
} REBARINFO, *LPREBARINFO;

Members

cbSize

Type: UINT

Size of this structure, in bytes. Your application must fill this member before sending any messages that use the address of this structure as a parameter.

fMask

Type: UINT

Flag values that describe characteristics of the rebar control. Currently, rebar controls support only one value:

Value Meaning
RBIM_IMAGELIST
The himl member is valid or must be filled.

himl

Type: HIMAGELIST

Handle to an image list. The rebar control will use the specified image list to obtain images.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header commctrl.h