cobol1.hlp (Topic list)
PC_SET_MOUSE_SHAPE (↑ Mouse Routines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Routine:      PC_SET_MOUSE_SHAPE
 
  Function:     Sets the shape of the mouse pointer.
 
  Syntax:       CALL "PC_SET_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
                                    -♦-