TB_BUTTONSTRUCTSIZE

This message specifies the size of the TBBUTTON structure.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

  1. TB_BUTTONSTRUCTSIZE wParam = (WPARAM) cb; lParam = 0;

Parameters

cb

Size, in bytes, of the TBBUTTON structure.

Return Values

None.

Remarks

The system uses the size to determine which version of the common control dynamic-link library (DLL) is being used.

See Also

CreateWindowEx, TB_ADDBITMAP, TB_ADDBUTTONS, TBBUTTON