-
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的a...
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的api函数取得系统的消息。是一个比较全的取得系统消息的集合-through Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO) api function of the system made news. A comparison is made all the information collection system
- 2023-04-26 04:10:03下载
- 积分:1
-
VC 6.0 memory management programming skills include : 1. Shared memory pages; 2,...
VC++6.0 内存管理编程技巧
包括:
1、共享内存页;
2、内存映射文件;
3、虚拟内存。-VC 6.0 memory management programming skills include : 1. Shared memory pages; 2, the memory mapping file; 3, virtual memory.
- 2022-03-30 11:47:51下载
- 积分:1
-
调用res文件的范例,调用res文件的范例
调用res文件的范例,调用res文件的范例-called res document examples of the document called res model
- 2023-05-03 13:55:02下载
- 积分:1
-
一个 wince 安防的开发界面 。希望对大家有帮助
一个 wince 安防的开发界面 。希望对大家有帮助-The development of a wince security interface. We want to help. . .
- 2022-11-17 05:15:03下载
- 积分:1
-
类似vista任务栏的控件 自动隐藏在屏幕右边
类似vista任务栏的控件 自动隐藏在屏幕右边-Similar vista taskbar automatically hide the controls right on the screen
- 2022-08-04 00:35:52下载
- 积分: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
-
core Windows programming source 2 is another one of the windows core programming...
Windows核心编程源码2这个是另外一个windows核心编程源代码-core Windows programming source 2 is another one of the windows core programming source code
- 2022-07-07 08:06:30下载
- 积分:1
-
电子秤的ADC芯片模块
sonix SN8P1909芯片电子秤ADC模块-electronic scales ADC chip module
- 2022-07-28 10:46:11下载
- 积分:1
-
VC++编写。是检测硬件设备。列出cpu,内存等系统信息。适合初学者学习使用...
VC++编写。是检测硬件设备。列出cpu,内存等系统信息。适合初学者学习使用-VC to prepare. Is the detection of hardware devices. Listed cpu, memory and other system information. Suitable for beginners learning to use
- 2022-01-25 16:13:28下载
- 积分:1
-
这是一个简单的操作系统中进程调度的 时间片轮转算法
这是一个简单的操作系统中进程调度的 时间片轮转算法-This is a simple operating system process-time scheduling algorithm Web
- 2022-03-25 11:30:21下载
- 积分:1