INT 2fH 1702H: Discard Clipboard Contents

                                                    Compatibility:  WIN 3.0+ 
 Expects: AX    1702H
          ──────────────────────────────────────────────────────────────────
 Returns: AX    0000h = fn failed
                else  = fn completed successfully
          ──────────────────────────────────────────────────────────────────
    Info: Discards the current contents of the Windows clipboard and frees
          up any memory used to hold that data.  Equivalent to
          EmptyClipboard.

          The clipboard must be open.  See INT 2fH 1701H.

See Also: INT 2fH 17xxH: Windows Clipboard Functions
          INT 2fH: Multiplex Interrupt
          DOS Functions
                                    -♦-