搜索资源列表
微软未公开API【NtQuerySystemInformation】函数
- IN OUT PVOID SystemInformation, IN ULONG SystemInformationLength, OUT PULONG ReturnLength OPTIONAL); NTQUERYSYSTEMINFORMATION NtQuerySystemInformation; 从中可以看到,SystemInformationClass是一个类型信息,它大概提供了50余种信息,也就是我们可以通过这个函数对大约50
Demo
- VC++ 获得和设置鼠标的双击时间的源码,很不错的demo-VC++ to get and set the mouse double-click the time of the source, very good demo!!