Unloads an input locale identifier
#include <WinAPISys.au3>
_WinAPI_UnloadKeyboardLayout ( $hLocale )
$hLocale | The input locale identifier to be unloaded. |
Success: | True |
Failure: | False |
_WinAPI_UnloadKeyboardLayout() cannot unload the system default input locale identifier if it is the only
keyboard layout loaded. You must first load another input locale identifier before unloading the default input
locale identifier.
Search UnloadKeyboardLayout in MSDN Library.