登录
首页 » Windows核心 » 得到CUP、内存配置信息

得到CUP、内存配置信息

于 2022-03-19 发布 文件大小:27.02 kB
0 174
下载积分: 2 下载次数: 1

代码说明:

得到CUP、内存配置信息 -Getting the information of CUP and memory config

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一段控制台WIN32 api代码,适合在控制台的程序使用
    一段控制台WIN32 api代码,适合在控制台的程序使用-WIN32 api code section of the console, suitable for use in the console
    2023-05-03 14:55:03下载
    积分:1
  • 孙鑫<<VC++深入详解>>的完整的20章的代码.很有参考价值...
    孙鑫的完整的20章的代码.很有参考价值-SUN Xin
    2023-08-07 20:45:09下载
    积分:1
  • Tracking routing the sample code, very good. Hope everyone has to help
    跟踪路由的的示例代码,很好的。希望对大家有帮助-Tracking routing the sample code, very good. Hope everyone has to help
    2022-07-11 18:38:38下载
    积分:1
  • 应用程序与USB接口通信的代码,可以编译执行
    应用程序与USB接口通信的代码,可以编译执行-Applications and USB communications interface code, the compiler implementation
    2022-01-25 22:45:07下载
    积分:1
  • Record keyboard procedures, additional acts of recording capability. Also marrie...
    记录键盘程序,附加了行为记录能力。 还嫁了一些简单的API函数。-Record keyboard procedures, additional acts of recording capability. Also married a few simple API function.
    2023-02-04 15:50:04下载
    积分:1
  • 老外写的运行时获取屏幕分辨率和改变分辨率的源码
    老外写的运行时获取屏幕分辨率和改变分辨率的源码-foreigners write access to the run-time change screen resolution and the resolution FOSS
    2023-02-28 16:15:04下载
    积分:1
  • 因斯因斯发展发展
    ince Development ince Development -ince Developmentince Developmentince Developmentince Development
    2022-12-09 18:45:03下载
    积分:1
  • Windows自带的
    windows自带的api存在问题,微软自己的文档都说在磁盘访问频繁的情况下,初始分配的定额缓冲区会溢出,造成部分磁盘访问不能监视,就是readdirectorychangesw这个函数存在问题,本类很好的解决了这个问题。-windows built-in api problems, Microsoft
    2022-06-30 00:35:33下载
    积分: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
  • bootsectorutility
    BOOTSectorUtility
    2022-02-12 11:09:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载