cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PC_GET_MOUSE_SHAPE (↑ Mouse Routines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Routine:      PC_GET_MOUSE_SHAPE
 
  Function:     Returns information about the shape of the mouse
                pointer.
 
  Syntax:       CALL "PC_GET_MOUSE_SHAPE" USING     mouse-handle
                                                    reserved-item
                                                    mouse-ptr-shape
                                          RETURNING status-code
 
  Parameters:   mouse-handle           PIC X(4) COMP-X.
                reserved-item          PIC X(10).
                mouse-ptr-shape        Group item defined as:
                  char_AND_mask          PIC X COMP-X.
                  attr_AND_mask          PIC X COMP-X.
                  char_XOR_mask          PIC X COMP-X.
                  attr_XOR_mask          PIC X COMP-X.
                status-code            See Key
                                    -♦-