https://github.com/lisniuse/windows-api
c++ 调用 windows-api 练习
https://github.com/lisniuse/windows-api
Last synced: about 1 month ago
JSON representation
c++ 调用 windows-api 练习
- Host: GitHub
- URL: https://github.com/lisniuse/windows-api
- Owner: lisniuse
- Created: 2019-06-09T11:56:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T16:47:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T13:52:29.988Z (3 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## C++ windows 平台 api 调用实现
> C++ windows 平台 api 调用实现;开发环境:Windows + Vscode + LLVM + mingw64。
- [枚举窗口(EnumWindows)](/src/EnumWindows.cpp)