Top
NetCOBOL V11.0 CBL Subroutines User's Guide
FUJITSU Software

12.10 CBL_TERM_MOUSE

This routine disables mouse processing by the CBL routines.

Specification

Parameter data definition
01 mouse-handle  PIC X(4).
01 status-code   PIC S9(4) COMP-5.
Calling format
CALL "CBL_TERM_MOUSE"
    USING mouse-handle
    RETURNING status-code.

Interface

mouse-handle

Specifies the mouse-handle returned by CBL_INIT_MOUSE.

Return code

The return code is set in the status-code specified in the RETURNING clause.

status-code
  • 0: Successful

  • Other than 0: Failure