khand (KHAND) - input

      Keyboard handle created by UniCreateKeyboard.

    vdk (VDKEY *) - input

      Dead key value.

    inchar (UniChar) - input

      Second character in the sequence.

    outchar (UniChar *) - output

      Composite character.

    newdead (VDKEY *) - output

      Output dead key value. If this is non-zero, then the dead key is chained. OS/2 does not support chained dead keys, so this should not be used.

    result (int) - returns

      ULS_BADHANDLE

        Bad keyboard handle.
      ULS_NODEAD
        The dead key value is not valid.
      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: UniTranslateDeadKey Return Value - result]
    [Next: UniTranslateDeadKey - Remarks]