◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_MOU typedef struct _NOPTRRECT { /* mourt */ USHORT row; USHORT col; USHORT cRow; USHORT cCol; } NOPTRRECT; The NOPTRRECT structure contains the exclusion rectangle for the mouse. Field Description ──────────────────────────────────────────────────────────────────────────── row Specifies the x-coordinate of the upper-left corner. col Specifies the y-coordinate of the upper-left corner. cRow Specifies the x-coordinate of the lower-right corner. cCol Specifies the y-coordinate of the lower-right corner. Comments The units for these fields depend on the current video mode. For text mode, values are given in character cells. For graphics mode, values are given in pels. The fields must not exceed the minimum and maximum coordinate values for screen height and width. See Also MouRemovePtr ♦