Partager via


TB_GETBUTTONINFO

This message retrieves the information for a button in a toolbar.

TB_GETBUTTONINFO wParam = (WPARAM)(INT) iID;
  lParam = (LPARAM)(LPTBBUTTONINFO) lptbbi;

Parameters

  • iID
    Button identifier.
  • lptbbi
    Long pointer to a TBBUTTONINFO structure that receives the button information. The cbSize and dwMask members of this structure must be filled in prior to sending this message.

Return Values

Nonzero indicates success. Zero indicates otherwise.

Requirements

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.