Functions | |
short | mt_scrp_clear (short *global_aes) |
short | mt_scrp_read (char *Scrappath, short *global_aes) |
short | mt_scrp_write (const char *Scrappath, short *global_aes) |
The Scrap Library is used to maintain the location of the clipboard directory used for interprocess data exchange.
|
clear the content of the clipboard directory
'SCRAP .*'). |
|
returns the location of the current clipboard directory.
C:\CLIPBRD\ Unfortunately, not all programs adhere exactly to this standard. For this reason, programs reading this information from mt_scrp_read() should be especially careful that the information returned is parsed correctly. In addition, don't count on a trailing backslash or the existence of a drive specification. If a value of 0 is returned and the application wishes to write a scrap to the clipboard you should follow these steps:
|
|
sets the location of the clipboard directory.
|