###User Defined Function###
_WinAPI_GetKeyboardLayoutList

###Description###
Retrieves the all input locale identifiers corresponding to the current set of input locales in the system.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_GetKeyboardLayoutList (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The array of input locale identifiers. The zeroth array element contains the number of identifiers.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetKeyboardLayoutList


###Example###
@@IncludeExample@@
