khand (KHAND) - input

      Keyboard handle created by UniCreateKeyboard.

    uc (UniChar) - input

      Unicode character to untranslate.

    vdk (VDKEY) - input

      Virtual or dead key.

    pscan (VSCAN *) - output

      Address to hold the PM scan code.

    eshift (ULONG *) - output

      Effective shift state to generate this character. A minimal number of bits is set.

    result (int) - returns

      ULS_BADHANDLE

        Bad keyboard handle.
      ULS_NOSCAN
        Bad scan code.
      ULS_SUCCESS
        The function was successful.
      For a full list of error codes and the decimal and hexadecimal values of the error codes, see Error Codes.


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