ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
ClipboardFormat
ae
sys
clipboard
One format entry in the Windows clipboard.
version(Windows)
struct
ClipboardFormat {
DWORD
format
;
const
(
void
)[]
data
;
string
getName
();
}
Members
Functions
getName
string
getName
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
const
(
void
)[]
data
;
Undocumented in source.
format
DWORD
format
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
clipboard
functions
getClipboard
getClipboardText
setClipboard
setClipboardText
structs
ClipboardFormat
One format entry in the Windows clipboard.