Internally, FlashWindow(bInvert = false) is implemented as a call to FlashWindowEx(dwFlags=FLASHW_STOP, uCount=1, dwTimeout=0),
and FlashWindow(bInvert = true) is implemented as a call to FlashWindowEx(dwFlags=FLASHW_ALL, uCount=1, dwTimeout=0),