ae.sys.clipboard

OS clipboard interaction.

Members

Functions

getClipboard
ClipboardFormat[] getClipboard(DWORD[] desiredFormatsP)

Get clipboard data for the specified (default: all) formats.

getClipboardText
string getClipboardText()
Undocumented in source. Be warned that the author may not have intended to support it.
getClipboardText
string getClipboardText()
Undocumented in source. Be warned that the author may not have intended to support it.
setClipboard
void setClipboard(ClipboardFormat[] formats)
Undocumented in source. Be warned that the author may not have intended to support it.
setClipboardText
void setClipboardText(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
setClipboardText
void setClipboardText(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ClipboardFormat
struct ClipboardFormat

One format entry in the Windows clipboard.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>