CellStr (ULONG) - input

      String to be written.

      Address of the string of character-attribute cells to be written.

    Length (ULONG) - input

      Length of string.

      Length, in bytes, of the string to be written. Each character-attribute cell is 2 or 4 bytes.

    Row (ULONG) - input

      Starting row position for output.

    Column (ULONG) - input

      Starting column position for output.

    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.

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