-
windows system access system information processes, including the host name, use...
windows系统下获取系统信息的程序,包括主机名,用户名,系统路径,环境变量等信息-windows system access system information processes, including the host name, user name, path, environment variables and other information
- 2022-06-30 20:49:05下载
- 积分:1
-
This is a time framework based on MFC to obtain the mouse location code, hoping...
这是一个基于MFC框架下时刻获得鼠标位置的代码,希望对于初学者有一定的帮助-This is a time framework based on MFC to obtain the mouse location code, hoping for some help for beginners
- 2023-06-13 14:45:03下载
- 积分:1
-
在网上找VC资料时的意外收获,拿出来和大家一起分享
在网上找VC资料时的意外收获,拿出来和大家一起分享-VC on the Internet to find information on the windfall, like to share with everyone
- 2022-04-28 14:10:51下载
- 积分:1
-
有助于内存管理。
helps in memeory management.
- 2022-06-16 01:35:08下载
- 积分: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
-
Dll free download through walls from the source code [2k]
无Dll穿墙下载者源代码[2k]体积小!-Dll free download through walls from the source code [2k]
- 2023-05-27 20:40:03下载
- 积分:1
-
本文首先介绍了利用MFC提供的文档视图框架来实现一个打印程序,实现打印预览,在此基础上,同时通过对MFC源代码的深入探讨,提出了利用该方法在对话框上用MFC实现
本文首先介绍了利用MFC提供的文档视图框架来实现一个打印程序,实现打印预览,在此基础上,同时通过对MFC源代码的深入探讨,提出了利用该方法在对话框上用MFC实现打印功能,-This paper first introduces the use of MFC
- 2023-06-08 13:00:04下载
- 积分:1
-
视窗操作系统编程的视窗注册表
对windows的注册表操作
windows系统编程-Windows registry on windows operating system programming
- 2022-01-25 17:54:22下载
- 积分:1
-
这是一个Windows的用于自动弹出光驱和禁止盘符的源程序,这个方法相当稳定...
这是一个Windows的用于自动弹出光驱和禁止盘符的源程序,这个方法相当稳定-This is a Windows CD-ROM for automatic ejection and the prohibition of the source drive. This method is very stable
- 2022-07-01 08:01:22下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,点击头排序源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,点击头排序源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, and I tested versions are BCB60, click on the first sort source code
- 2022-01-24 14:56:46下载
- 积分:1