Funktionreferenz


_WinAPI_UnloadKeyboardLayout


Unloads an input locale identifier

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

Parameter

$hLocale The input locale identifier to be unloaded.

Rückgabewert

Success: True
Failure: False

Bemerkungen

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

Siehe auch

Suche nach UnloadKeyboardLayout in der MSDN Bibliothek.