The TB_SETCMDID message sets the command identifier of a toolbar button.
TB_SETCMDID wParam = (WPARAM) (UINT) index; lParam = (WPARAM) (UINT) cmdId;
Returns TRUE if successful or FALSE otherwise.