Clipboard Handling
|
Function list
|
BinaryClipGet( handle, format )
Reads the contents of the Windows clipboard into a binary buffer.
BinaryClipPut( handle, format )
Writes a binary buffer to the Windows clipboard.
ClipAppend( string )
Appends a string to the end of the Clipboard.
ClipGet( )
Returns the Clipboard contents into a string.
ClipGetEx( format )
Returns the contents of the Windows clipboard in a specified format.
ClipHasFormat( format )
Determines if the clipboard contains a particular format.
ClipPut( string )
Replaces the Clipboard contents with a string.
Snapshot( request# )
Takes a snapshot of the screen and pastes it to the clipboard.