-
显示器设置
显示器设置-monitor settings
- 2022-05-28 15:53:22下载
- 积分:1
-
利用底层键盘钩子拦载任意按键(回调版),这是源码,希望给新手一个参考。没有任务错误...
利用底层键盘钩子拦载任意按键(回调版),这是源码,希望给新手一个参考。没有任务错误-Keyboard hook to stop the use of the bottom button set arbitrary (callback version), which is source code, hope that a reference to the novice. There is no mission error
- 2022-06-20 01:39:12下载
- 积分:1
-
41时间读写系统实例
实例41 读写系统时间-41 examples of time reading and writing system
- 2022-02-05 12:52:17下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
提高了编程速度,免去了到书上查找的不便!
提高了编程速度,免去了到书上查找的不便!-increase the speed of programme,excuse the inconvenience of search on the book.
- 2022-12-19 16:45:03下载
- 积分:1
-
this is the most authoritative classical source code
这个是最经典的权威源代码-this is the most authoritative classical source code
- 2022-01-27 23:23:41下载
- 积分:1
-
基于4510B的引导程序的一些问题,并给出部分的源代码,FLASH一片,SDRAM两片。...
基于4510B的引导程序的一些问题,并给出部分的源代码,FLASH一片,SDRAM两片。- Based on 4510B vectoring procedure some questions, and produce
the partial sources code, a FLASH piece, the SDRAM two pieces.
- 2022-01-29 00:06:41下载
- 积分:1
-
简单明了的文件读取源码哈
简单明了的文件读取源码哈-straightforward document read source Kazakhstan
- 2022-09-22 18:00:02下载
- 积分:1
-
NT Service 管理程序
NT Service 管理程序 -Managing NT Service
- 2022-07-18 05:24:25下载
- 积分:1
-
一个处理注册项的MFC类
一个处理注册项的MFC类-A MFC class which is used to handle register items
- 2022-09-13 18:55:03下载
- 积分:1