-
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
-
详细的介绍了用windows API 函数编写串口通信的过程
详细的介绍了用windows API 函数编写串口通信的过程-Detailed introduction of the use of windows API function to prepare the process of serial communication
- 2022-10-17 06:35:03下载
- 积分:1
-
不需重起,多开3389,用编程方式取得3389服务的PID。
不需重起,多开3389,用编程方式取得3389服务的PID。-not important, as much as 3,389, with 3,389 acquire programming services PID.
- 2023-06-02 19:25:03下载
- 积分: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
-
这个代码和信息提供“是”无保修
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
- 2022-07-17 10:21:39下载
- 积分:1
-
文件名批量修改工具,如其名,大家一眼就知道这程序的目的了^...
文件名批量修改工具,如其名,大家一眼就知道这程序的目的了^-^-Batch File Name change tools, lives up to its name, we know this one on the purpose of ^- ^
- 2023-06-26 06:00:03下载
- 积分:1
-
one of the examples of multi
一个关于多线程的事例,学习多线程最好用上12分的心,很多的意外错误让你想冬眠.也许你还发誓一辈子都只写单线程的.~^~-one of the examples of multi-threaded, multi-thread study the best use of 12 hours of heart, Many accidents wrong to let you hibernate. Perhaps you also vowed only to write a lifetime of the thread. ~ ^ ~
- 2022-05-31 17:41:20下载
- 积分:1
-
.NET下的API
.NET下的API-. NET under the API
- 2022-11-12 20:00:04下载
- 积分:1
-
internal management information system keyword search results highlighted; Chine...
企业内部管理信息系统
检索结果关键字突出显示;
中文乱码问题简单有效解决;
按业务逻辑功能布置Bean包-internal management information system keyword search results highlighted; Chinese Clobber simple and effective solution; by business logic function layout packages Bean
- 2022-04-23 18:51:25下载
- 积分:1
-
进程调度模拟程序是从网上下载供参考…
调度器进程模拟程序是从网上下载的,供参考
- 2022-03-19 01:22:30下载
- 积分:1