An open API service indexing awesome lists of open source software.

https://github.com/abdnh/libwinclip

A thin wrapper around some Windows API clipboard functions
https://github.com/abdnh/libwinclip

c clipboard-api windows

Last synced: 4 months ago
JSON representation

A thin wrapper around some Windows API clipboard functions

Awesome Lists containing this project

README

          

# libwinclip
A thin wrapper around some Windows API clipboard functions.

See libwinclip.h for docs, demo1_libwinclip.c and demo2_libwinclip.c for example usage.

Since this is just a small 'library' that does not do much or hide much details,
the Microsoft documentation of the [clipboard API](https://docs.microsoft.com/en-us/windows/win32/dataxchg/clipboard) is also useful.