Assuming 00000004 is required, the following result was found.
Win32 Constantshttps://www.joellipman.com/articles/automation/autohotkey/win32-constants.html
$40000000 ;#End Region ;#Region Window Extended Styles Const WS_EX_DLGMODALFRAME = $00000001 Const WS_EX_NOPARENTNOTIFY = $00000004 Const WS_EX_TOPMOST = $00000008 Const WS_EX_ACCEPTFILES = $00000010 Const WS_EX_TRANSPARENT = $00000020 Const...