This routine returns the number of current event masks.
Specification
01 mouse-handle PIC X(4). 01 number-of-mask-events PIC 9(4) BINARY. 01 status-code PIC S9(4) COMP-5.
CALL "CBL_GET_MOUSE_STATUS" USING mouse-handle number-of-event-masks RETURNING status-code.
Interface
Specifies the mouse-handle returned by CBL_INIT_MOUSE.
Specifies the area used to store the number of event masks.
Return code
The return code is set in the status-code specified in the RETURNING clause.
0: Successful
Other than 0: Failure