Changing the Default Clipboard Size

The default clipboard size is contained in the global variable VVCLIPSIZE and is defined in the header file vv_glob.h. The default clipboard size is set to 2K. You can change the default by changing the value of VVCLIPSIZE in your application before vv_init(). Do not attempt to change VVCLIPSIZE after the call to vv_init(). The maximum allowed value for the size of the clipboard is 64K.


Home Contents Previous Next