Module clipboard_win::raw

source ·
Expand description

Raw bindings to Windows clipboard.

General information

All pre & post conditions are stated in description of functions.

Open clipboard

To access any information inside clipboard it is necessary to open it by means of open().

After that Clipboard cannot be opened any more until close() is called.

Structs

Enumerator over available clipboard formats.

Functions

Closes clipboard.
Retrieves number of currently available formats on clipboard.
Empties clipboard.
Returns format name based on it’s code.
Retrieves data of specified format from clipboard.
Retrieves String from CF_UNICODETEXT format
Determines whenever provided clipboard format is available on clipboard or not.
Opens clipboard.
Registers a new clipboard format with specified name.
Retrieves clipboard sequence number.
Sets data onto clipboard with specified format.
Retrieves size of clipboard data for specified format.