-
获取系统语种信息的源代码例子。
获取系统语种信息的源代码例子。-language information retrieval system source code examples.
- 2022-07-15 23:10:47下载
- 积分:1
-
very good illustration of how the procedures let you reboot the system of sample...
非常不错的演示如何让你的程序重启系统的示例程序-very good illustration of how the procedures let you reboot the system of sample program
- 2022-02-03 19:13:19下载
- 积分:1
-
使用CRegKey类操作注册表
Microsoft的ATL库中提供了一个CRegKey类,用这个类可以很方便地对注册表进行各种操作。...
使用CRegKey类操作注册表
Microsoft的ATL库中提供了一个CRegKey类,用这个类可以很方便地对注册表进行各种操作。 -The use of the registry operation CRegKey category Microsoft
- 2022-07-25 03:28:47下载
- 积分:1
-
键盘钩子的DLL程序,运用动态链接库,有兴趣的朋友可以看看。...
键盘钩子的DLL程序,运用动态链接库,有兴趣的朋友可以看看。-The keyboard hook DLL procedures, the use of dynamic-link library, interested friends can see.
- 2022-06-20 01:46:02下载
- 积分:1
-
剪贴板编程演示程序。
剪贴板编程演示程序。-clipboard programming demo program.
- 2022-04-28 05:54:27下载
- 积分:1
-
《如何提取并保存图标资源》配套源代码想自己动手也做一个适合自己的图标提取工具呢?下面,就让我用我以前做过的一个工具<轻轻松松抓图标>来告诉你吧!它可以提取各种文...
《如何提取并保存图标资源》配套源代码想自己动手也做一个适合自己的图标提取工具呢?下面,就让我用我以前做过的一个工具<轻轻松松抓图标>来告诉你吧!它可以提取各种文件中的图标资源,并可将其保存为图标(ICO)、位图(BMP)两种格式。-"how to extract resources and the preservation icon" complementary to the source code yourself have done an icon for the extraction tool? Here, let me use my done before a tool tell you! It can extract various documents icon resources and the preservation of its icon (ICO), bitmap (BMP) format.
- 2022-02-04 02:41:23下载
- 积分: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
-
windows的核心编程丛书,详细讲述windows的机理,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序...
windows的核心编程丛书,详细讲述windows的机理,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。
-the core of windows programming books describe in detail the mechanism of windows, a comprehensive and systematic introduction to a variety of Windows, the basic components, such as process, thread, DLL, and memory management, and lists a large number of applications, insightful analysis of the components use, in order to master the Windows programming techniques provides an effective shortcut. For the different levels of Windows programmers, this book has an excellent reference value.
- 2022-07-15 16:09:12下载
- 积分:1
-
VC++中使用汇编语言,获得程序运行时间
VC++中使用汇编语言,获得程序运行时间 -use assembly language, time was running
- 2022-01-22 17:27:59下载
- 积分:1
-
实现线性表的基本算法 及其功能的实现
可以对其进行插入 删除 查询等操作...
实现线性表的基本算法 及其功能的实现
可以对其进行插入 删除 查询等操作-The basic algorithm to achieve a linear form and function of the realization of their insertion can delete queries and other operations
- 2023-08-13 10:20:03下载
- 积分:1