Notes - WinSetKbdLayer

The system maintains one global keyboard layer variable. This variable is updated according to the layer information of the window that has the keyboard focus.

WinSetKbdLayer saves the keyboard layer specified as an input parameter in an area maintained by the system on behalf of the window. If the window has the focus, the system keyboard layer is also set.

When the value of hwnd is HWND_DESKTOP, only the system keyboard layer is updated.


[Back: Errors - WinSetKbdLayer]
[Next: Example - WinSetKbdLayer]