Row (ULONG) - input

      New cursor row position, where 0 is the top row.

    Column (USHORT) - input

      New cursor column position, where 0 is the leftmost column.

    VioHandle (HVIO) - input

      VIO presentation-space handle.

      This must be 0, unless the caller is a Presentation Manager application; in this case, it must be the value returned by VioCreatePS.

    rc (APIRET) - returns

      Return code.

      VioSetCurPos returns one of the following values:

    • NO_ERROR 355
        ERROR_VIO_MODE
      358
        ERROR_VIO_ROW
      359
        ERROR_VIO_COL
      421
        ERROR_VIO_INVALID_PARMS
      436
        ERROR_VIO_INVALID_HANDLE


      [Back] [Next]