void NewTableEx(LPSTR lpszFileName, DWORD dwLayout)
Loads a new keyboard layout and and associates it with the specified language, or or removes the specified keyboard layout.
Returns nonzero if the function succeeds, zero otherwise.
lpszFileName
Name of keyboard layout to load, or NULL to remove a layout.
dwLayout
Identifier of the layout to associate with the new keyboard layout, if lpszFileName is not NULL.; otherwise, dwLayout specifies the identifier of the keyboard layout to remove.
The export ordinal for this function is 13.
If the language of the keyboard layout exists, the layout associated with the language is replaced with the new layout.
See also NewTable