Lazy WinAPI
|
Simple and lazy wrapper over WinAPI
Headers are together with source code in src/lazy_winapi
Options:
UNIT_TESTING
- build unit tests;BUILD_SHARED
- build shared library instead of static.Commands:
make lazy_winapi
- build the whole library.make cppcheck
- Run code lint check. Works only if cppcheck is installed.make test
- Run unit testsIn src/lazy_winapi
you can find source code for each module.
Modules are designed to be independent so you can take source code of any module and import it into your project.
Each module has a corresponding .c
& .h
files. Module are independent of each other so you're free to take a particular module sources. And import it into your project.
Provides utilities to access Windows clipboard.
Accessing information about process.
Utilities to work with WinAPI error.