* :--------------------------------------- * ------------------------: Structure for using the clipboard. * : * : See the documentation for details. * :--------------------------------------- * 01 CLIPBOARD-PARMS. * : Your window handle. * 05 CLIPBOARD-HWND PIC X(4). * : Name of this type of data; this * : identifies (mostly for your use) the * : type of data you're putting in (or * : wanting from) the clipboard. You * : make up this name... * 05 CLIPBOARD-FORMAT PIC X(8). * : Size of data buffer you are providing * : for this operation (in bytes). 05 CLIPBOARD-BUFFER-SIZE PIC S9(9) COMP-5. * : Number of bytes returned to your * : program (or number needed if you * : failed to provide enough storage). 05 CLIPBOARD-BYTES-RETURNED PIC S9(9) COMP-5.