-
C#注册热键的程序,便于实现使用方便的音量控制
C#注册热键的程序,便于实现使用方便的音量控制-C# registered hotkey procedures, to facilitate the realization of easy-to-use volume control, etc.
- 2022-02-22 04:58:00下载
- 积分:1
-
隐藏Windows的开始按钮
隐藏Windows的开始按钮-hide
- 2022-02-01 09:07:44下载
- 积分:1
-
改变系统刷新率
C++ 2005上编译 改变系统刷新率
外面的config.ini 写了外部读取的配置文件
- 2022-11-30 06:05:04下载
- 积分:1
-
Small and medium
适用中小医院使用的一套录入系统医院药品信息管理系统!-Small and medium-sized hospital applicable to a recording system used by hospital information management system for drugs!
- 2023-08-19 08:20:03下载
- 积分:1
-
<;B & gt;点
;点阵字体比较工具;
- 2022-01-23 10:04:51下载
- 积分:1
-
修改文件的创建时间。可以有效的利用。它在编程中可大大减少你的时间。...
修改文件的创建时间。可以有效的利用。它在编程中可大大减少你的时间。-To modify the file creation time. Can effectively use. It can greatly reduce programming time for you.
- 2022-01-21 21:45:14下载
- 积分:1
-
我在学习vc中编写一个关于在应用程序中支持网页的编辑的功能的程序...
我在学习vc中编写一个关于在应用程序中支持网页的编辑的功能的程序-Vc in me in learning to prepare a report on the application to support the function of the editorial page of the procedures
- 2022-05-22 07:18:12下载
- 积分: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
-
Delphi实现窗体悬浮的例子,给初学者一些帮助
Delphi实现窗体悬浮的例子,给初学者一些帮助-Delphi Form suspended example, some help to beginners
- 2023-07-07 22:50:03下载
- 积分:1
-
Win32SDK程序用来创建与NT服务的安装界面…
用 Win32SDK 创建带界面的NT service service的安装与卸载 串口的异步读写通信 将程序加入系统托盘图标-Win32SDK used to create interfaces with the NT service service installation and uninstall the asynchronous serial communications to read and write procedures to join the system tray icon
- 2022-07-16 02:50:49下载
- 积分:1