pkhand (KHAND *) - output

      Stores the keyboard handle. All keyboard functions use this handle.

    pname (KBDNAME *) - input

      The name string that identifies the keyboard translation file name (for example us). The string does not include the path name.

    mode (ULONG) - input

      Reserved. Must be zero.

    result (int) - returns

      ULS_KBDNOTFOUND

        Cannot find the specified keyboard layout.
      ULS_NOMEMORY
        Insufficient memory to load the keyboard layout.
      ULS_SUCCESS
        The function was successful.
      ULS_TOOMANYKBD
        Too many keyboard handles were created.
      For a full list of error codes and the decimal and hexadecimal values of the error codes, see Error Codes.


    [Back: UniCreateKeyboard Return Value - result]
    [Next: UniCreateKeyboard - Remarks]