backCopy and Paste (Win 95 and DJGPP)


How can i read and write the win95 Copy and Paste buffer from djgpp?

Get Ralf Brown's Interrupt List ftp://ftp.simtel.net/pub/simtelnet/msdos/info/inter*.zip and look at INT 2Fh/AX=1700h and the entries which follow. For a working example, see the Emacs source. The relevant file is `w16select.c'.