Row (PULONG) - output

      Row return data.

      Address of the current row position of the cursor, where 0 is the top row.

    Column (PUSHORT) - output

      Column return data.

      The address of the current column position of the cursor, where 0 is the leftmost column.

    VioHandle (HVIO) - input

      Presentation-space handle.

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

    rc (APIRET) - returns

      Return code.

      VioGetCurPos returns one of the following values:

    • NO_ERROR 355
        ERROR_VIO_MODE
      421
        ERROR_VIO_INVALID_PARMS
      436
        ERROR_VIO_INVALID_HANDLE


      [Back] [Next]