|
|
Bad name to clipboard.
|
|
|
No enough memory to clipboard.
|
|
|
Operate clipboard success.
|
|
|
The default clipboard name of text control.
|
|
|
Append the new data to clipboarda after the old data.
|
|
|
Overwrite operation to clipboard.
|
|
|
The maximum length of the name of clipboard.
|
|
|
The maximum number of clipboard.
|
|
||||||||||||
|
Creates a new clipboard. This function creates a new clipboard with the name cb_name. MiniGUI itself creates a clipboard for text copying/pasting called CBNAME_TEXT.
|
|
|
Destroys a new clipboard. This function destroys a clipboard with the name cb_name.
|
|
||||||||||||||||
|
Gets a byte from a clipboard. This function gets a byte from the clipboard named cb_name.
|
|
||||||||||||||||
|
Gets the data of a clipboard. This function gets the all data from the clipboard named cb_name.
|
|
|
Gets the length of the data of a clipboard. This function gets the data length of the clipboard named cb_name.
|
|
||||||||||||||||||||
|
Sets the data of a clipboard. This function sets the data into the clipboard named cb_name.
|
1.4.2