2.3.1.6 TB
Structure that contains toolbar information.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bSignature |
bVersion |
cCL |
|||||||||||||||||||||||||||||
ltbid |
|||||||||||||||||||||||||||||||
ltbtr |
|||||||||||||||||||||||||||||||
cRowsDefault |
bFlags |
||||||||||||||||||||||||||||||
name (variable) |
|||||||||||||||||||||||||||||||
... |
bSignature (1 byte): Signed integer that specifies the toolbar signature number. MUST be 0x02.
bVersion (1 byte): Signed integer that specifies the toolbar version number. MUST be 0x01.
cCL (2 bytes): Signed integer that SHOULD<2> specify the number of toolbar controls contained in this toolbar.
ltbid (4 bytes): Signed integer that specifies the toolbar ID. MUST be 0x00000001 (custom toolbar ID).
ltbtr (4 bytes): Unsigned integer of type TBTRFlags (section 2.3.1.7) that specifies the toolbar type and toolbar restrictions.
cRowsDefault (2 bytes): Unsigned integer that specifies the number of preferred rows for the toolbar when the toolbar is not docked. MUST be less than or equal to 255.
bFlags (2 bytes): Unsigned integer of type TBFlags (section 2.3.1.8).
name (variable): Structure of type WString (section 2.3.1.4) that specifies the toolbar name.