The contents of the clipboard are stored in the global variable VVCLIPBOARD. VVCLIPBOARD is declared to be of type UCHAR* and is defined in the header file vv_clip.h. If your application needs to access the contents of the clipboard directly, you can use VVCLIPBOARD in your code.
Caution: If you modify the contents of VVCLIPBOARD, you are responsible for ensuring that there are no unexpected side effects.