Assuming 00000002 is required, the following result was found.
Win32 Constantshttps://www.joellipman.com/articles/automation/autohotkey/win32-constants.html
Region ;#Region Common Controls Initialization flags Const ICC_LISTVIEW_CLASSES = $00000001 Const ICC_TREEVIEW_CLASSES = $00000002 Const ICC_BAR_CLASSES = $00000004 Const ICC_TAB_CLASSES = $00000008 Const ICC_UPDOWN_CLASS = $00000010 Const...