CellStr (PCH) - output

      Cell string buffer.

      Address of the buffer where the cell string is returned.

    Length (PULONG) - in/out

      Length of cell string buffer.

      Address of the buffer length in bytes. Length must take into account that each character-attribute entry in the buffer is 2 or 4 bytes. If the length of the buffer is not sufficient, the last entry is not complete.

    Row (ULONG) - input

      Starting row location.

      Starting row of the field to read, where 0 is the top row.

    Column (ULONG) - input

      Starting column location.

      Starting column of the field to read, 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.

      VioReadCellStr 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]