-
运行EXE程序,选择路径直接可以运行,原理是调用WinExec函数,可以扩展加热键。...
运行EXE程序,选择路径直接可以运行,原理是调用WinExec函数,可以扩展加热键。-EXE program running, select the path can be run directly, the principle is called WinExec function, can be extended plus hotkey.
- 2022-01-20 22:50:26下载
- 积分:1
-
一个播放音乐的例子,端口函数全部用的中断函数。
一个播放音乐的例子,端口函数全部用的中断函数。-Example of a music player, port function if all of the interrupt function.
- 2022-03-24 01:32:28下载
- 积分:1
-
system available information; XP for such machinery particularly handy; Informat...
可以获得系统信息;
对于XP等机器尤其好用;
为信息搜集的重要代码-system available information; XP for such machinery particularly handy; Information collected for the important code
- 2023-05-30 23:25:03下载
- 积分:1
-
ADO type of use and the establishment. Suitable for beginners to use. More detai...
ADO类的使用和建立。适合初学者借用。内容比较详细。-ADO type of use and the establishment. Suitable for beginners to use. More detailed content.
- 2022-12-25 10:35:03下载
- 积分:1
-
with some examples of the development of procedures source for reference, are :...
用EVC开发的一些实例程序源码,供大家参考,有:LedCtrlUse、ListCtrlUse、ScrollBmpUse、SliderUse、SpinUse、TreeCtrlUse-with some examples of the development of procedures source for reference, are : LedCtrlUse, ListCtrlUse, ScrollBmpUse, SliderUse, SpinUse, TreeCtrlUse
- 2022-04-02 03:38:39下载
- 积分: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
-
RapidFinder 实现文件的查找和替换
RapidFinder 实现文件的查找和替换-Realize RapidFinder file search and replace
- 2023-01-03 11:55:04下载
- 积分:1
-
简单的COM组件的实现,编译需要在CMD regsvr32…
简单的com组件实现,编译后需用cmd下的regsvr32 (文件路径)compnt.dll注册注册表-The realization of simple com components, compiled under the cmd needed regsvr32 (file path) compnt.dll registration registry
- 2022-06-27 13:11:55下载
- 积分:1
-
一个剪切板查看程序
一个剪切板查看程序-a procedure Shear panel View
- 2022-07-25 23:00:45下载
- 积分:1
-
SingleEvent的实现过程原代码
Visual C++程序员实用大全(精华版)源代码Visual C++程序员实用大全(精华版)源代码Samples...
SingleEvent的实现过程原代码
Visual C++程序员实用大全(精华版)源代码Visual C++程序员实用大全(精华版)源代码Samples-SingleEvent process of the realization of the original code Visual C programmers Practical Solutions (cream version) source code Visual C programmers Practical Solutions (best version) source code Samples
- 2022-12-17 21:00:03下载
- 积分:1