Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
HKL Keyboard Layout API (Enums)
.
C# Definition:
/// <summary>Keyboard Layout API</summary>
public enum HKL
{
/// <summary>
/// Selects the previous locale identifier in the circular list of loaded locale identifiers maintained by the system
/// </summary>
HKL_PREV = 0,
/// <summary>
/// Selects the next locale identifier in the circular list of loaded locale identifiers maintained by the system
/// </summary>
HKL_NEXT = 1
}
VB Definition:
Enum HKL Keyboard Layout API
TODO
End Enum
Notes:
None.
The ActivateKeyboardLayout API
5/15/2017 1:36:24 AM - 62.202.21.64
TODO - a short description
4/18/2013 5:50:40 AM - -5.123.90.11
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!