-
获取系统语种信息的源代码例子。
获取系统语种信息的源代码例子。-language information retrieval system source code examples.
- 2022-07-15 23:10:47下载
- 积分:1
-
本程序能够实现在vb环境中对地理要素的属性查询功能
本程序能够实现在vb环境中对地理要素的属性查询功能-This procedure can be achieved in the vb environment on the properties of the elements of geographical inquiry function
- 2023-04-27 03:25:03下载
- 积分:1
-
轻驱动器控制
光驱控制 - The light drives to control
- 2022-02-27 00:57:52下载
- 积分:1
-
PE文件信息查看编辑工具,VC源码
PE文件信息查看编辑工具,VC源码-View PE file information editing tools, VC FOSS
- 2022-05-25 00:15:56下载
- 积分:1
-
一个查杀游戏的小软件,根据窗口标题查杀的,还凑合
一个查杀游戏的小软件,根据窗口标题查杀的,还凑合-a small found online games software, according to detect and disinfect the window title, was modest
- 2023-03-07 12:40:03下载
- 积分:1
-
access hard disk serial number. Can be used in software protection module. Accou...
获取硬盘序列号。可以利用在软件保护等模块中。自由下载无需帐号。-access hard disk serial number. Can be used in software protection module. Account without free downloads.
- 2023-04-11 09:40:04下载
- 积分:1
-
文件查找系统,基本实现了windows资源管理器的搜索功能,包括查找文件名和文件中包含的字或词组。还能对所查文件的大小进行限制。...
文件查找系统,基本实现了windows资源管理器的搜索功能,包括查找文件名和文件中包含的字或词组。还能对所查文件的大小进行限制。-File search system, the basic realization of the windows Explorer search functionality, including file name and search the document contains the word or phrase. Can search on the file size limit.
- 2023-03-06 06:10:03下载
- 积分:1
-
还可以的代码,希望可以啊
还可以的代码,希望可以啊-code can also hope ah
- 2022-02-05 04:16:10下载
- 积分: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
-
in Windows, do not have to restart your computer can automatically modify its IP...
在WINDOWS下,不用重新启动计算机就可以自动修改其IP地址。-in Windows, do not have to restart your computer can automatically modify its IP address.
- 2023-05-31 05:55:02下载
- 积分:1