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
- Host: GitHub
- URL: https://github.com/abdnh/libwinclip
- Owner: abdnh
- License: unlicense
- Created: 2019-12-17T15:27:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T10:49:32.000Z (about 6 years ago)
- Last Synced: 2025-06-30T22:41:16.927Z (6 months ago)
- Topics: c, clipboard-api, windows
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.