-
包括源程序,browseinfo,browseui,comctl32,Comdlg32,CPL,hhctrl,探索…
include source of applets,browseinfo,browseui,comctl32,comdlg32,cpl,hhctrl,explorer,iexplore,scrnsave,shdocvw,shell32,shlwapi
- 2022-01-24 15:48:52下载
- 积分:1
-
注册表读写,改变进程特权,显示最后错误代码含义
注册表读写,改变进程特权,显示最后错误代码含义-registry read and write privileges to change the process, revealed last error code meaning
- 2022-03-13 02:05:39下载
- 积分:1
-
use of the mouse interface hook hidden example in order to facilitate beginners...
利用鼠标钩子隐藏界面的例子程序,方便初学者学习鼠标钩子用法-use of the mouse interface hook hidden example in order to facilitate beginners learning mouse usage hook
- 2022-04-06 21:29:50下载
- 积分:1
-
本程序的目的是实现数组的逆置,即将一个一维数组倒过来
本程序的目的是实现数组的逆置,即将一个一维数组倒过来-The purpose of this program is to achieve the inverse of an array set about to reverse a one-dimensional array
- 2022-01-21 19:32:36下载
- 积分: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
-
片麻岩fli8125基于多
基于GNESIS FLI8125 多功能液晶驱动板-GNESIS FLI8125 based multi-function LCD driver board
- 2023-09-03 21:00:05下载
- 积分:1
-
酒店管理系统,适合于各类在校计算机专业的学生课程设计所用...
酒店管理系统,适合于各类在校计算机专业的学生课程设计所用-hotel management system, suitable for all types of computer professionals in the school curriculum design students used
- 2022-01-30 16:17:57下载
- 积分:1
-
基于C#的rs232发送和接收数据 基于C#的rs232发送和接收数据
基于C#的rs232发送和接收数据 基于C#的rs232发送和接收数据-C# send and get C# send and get C# send and get
- 2022-10-29 17:55:03下载
- 积分:1
-
我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!...
我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!-operating system we establish a process, scheduling the simulation program. Achieving FCFS, SJF, and three static priority scheduling, the program is absolutely!
- 2022-04-13 04:33:39下载
- 积分:1
-
利用vc++ 实现文件的读取,写入,剪贴,复制,撤消,粘贴等功能,来源:Visual C++程序员实用大全(精华版)源代码...
利用vc++ 实现文件的读取,写入,剪贴,复制,撤消,粘贴等功能,来源:Visual C++程序员实用大全(精华版)源代码-use vc achieve document read, write, cut-and-paste, copy, withdraw, pasting, and other functions, sources : Visual C programmers Practical Solutions (best version) source code
- 2022-04-29 08:40:07下载
- 积分:1