>>32
ちなみにトグル動作は以下になります。

@::
WinGet Style, Style, A
If(Style & 0xC40000) {
WinSet, Style, -0xC40000, A
} else {
WinSet, Style, +0xC40000, A
}
return