Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demongodyy/cpp_wmilistenusb
Usb devices monitor
https://github.com/demongodyy/cpp_wmilistenusb
Last synced: 14 days ago
JSON representation
Usb devices monitor
- Host: GitHub
- URL: https://github.com/demongodyy/cpp_wmilistenusb
- Owner: demongodYY
- Created: 2016-07-01T09:02:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T07:09:36.000Z (about 6 years ago)
- Last Synced: 2024-10-16T22:09:32.486Z (23 days ago)
- Language: C++
- Homepage:
- Size: 39.2 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ListenUsb
========================================================================
###功能
用C++编写的利用 WMI 方式,自动监控查询主机 USB 设备插拔情况,并记录下 USB 设备的序列号###组成
```
- ListenUsb.vcxproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。- ListenUsb.vcxproj.filters
这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。- ListenUsb.cpp
这是主应用程序源文件。
```/////////////////////////////////////////////////////////////////////////////