INT 33H 0017H: Restore Mouse Status

 Expects: AX    0017H
          ES:DX address of buffer containing saved mouse status
          ──────────────────────────────────────────────────────────────────
 Returns: none
          ──────────────────────────────────────────────────────────────────
    Info: Use this function to restore mouse-driver status information
          which you obtained via a previous call to INT 33H 0016H (e.g.,
          when your TSR program is about to return control to an
          interrupted program or you get control back from a child process
          after using DOS Fn 4b00H EXEC).

          The buffer at ES:DX should contain data obtained via
          INT 33H 0016H (the buffer layout is not documented) and it
          should be the size returned by INT 33H 0015H.

See Also: INT 33H: Mouse Support
          Interrupts and BIOS Services
                                    -♦-