Public Member Functions | |
| HANDLE | clipboardDataHandle (CLIPBOARD_FORMAT format, bool clearAutoDelete=true) |
| Returns a data handle that can be used to copy the data onto the clipboard. | |
The ClipboardData interface is implemented by classes representing data that may be copied to the clipboard.
| HANDLE smjg.libs.sdwf.clipboarddata.ClipboardData.clipboardDataHandle | ( | CLIPBOARD_FORMAT | format, | |
| bool | clearAutoDelete = true | |||
| ) |
Returns a data handle that can be used to copy the data onto the clipboard.
| format | the format in which the data will be copied. This may be used by an implementing class to select a data format in order to prepare the data for the clipboard. An assert statement should be used to check that the format is valid for this object. | |
| clearAutoDelete | whether the object should be prevented from deleting the associated Windows handle when it is garbage-collected. This will be set unless the format is in the application-private range. |
1.5.4