Assuming rbbim is required, the following result was found.
Win32 Constantshttps://www.joellipman.com/articles/automation/autohotkey/win32-constants.html
= (CCM_FIRST + 5) Const RB_GETUNICODEFORMAT = (CCM_FIRST + 6) ;#End Region ;#Region Rebar Info Mask Const RBBIM_STYLE = $00000001 Const RBBIM_COLORS = $00000002 Const RBBIM_TEXT = $00000004 Const RBBIM_IMAGE = $00000008 Const RBBIM_CHILD = $00000010...