Function Reference


_WinAPI_UnloadKeyboardLayout

Unloads an input locale identifier

#include <WinAPISys.au3>
_WinAPI_UnloadKeyboardLayout ( $hLocale )

Parameters

$hLocale The input locale identifier to be unloaded.

Return Value

Success: True
Failure: False

Remarks

_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.

See Also

Search UnloadKeyboardLayout in MSDN Library.