ae v0.0.2728 (2020-08-02T06:18:06Z)
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.