khand (KHAND) - input

      Keyboard handle created by UniCreateKeyboard.

    pUss (USHIFTSTATE *)

      Shift state. This consists of three 32-bit values. They have bit definitions but they define the actual, effective, and LED shift states.

    type (ULONG) - input

      Type of reset:

      KEYEV_RELEASE

        Release all pressed keys
      KEYEV_SET
        Set to specified value
      KEYEV_ZERO
        Release all pressed and locked keys

      result (int) - returns

        ULS_BADHANDLE

          Bad keyboard handle.
        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: UniResetShiftState Return Value - result]
      [Next: UniResetShiftState - Remarks]