CutPasteSecurity
Previous Top Next



Function CutPasteSecurity(int enabled)

This function allows you to disable an application's ability to use the clipboard. When cut & paste security is enabled the request to place text or objects on the clipboard will be silently ignored.

Parameters

enabled
[in] A value of 0 disables Cut & Paste security, and the application will be able to be use the clipboard normally
A value of 1 enables Cut & Paste security, and the application's request to place text & objects on the clipboard will be ignored

Return Values
This function has no return value