-
关于局域网发送消息的vb源代码,调用windowsAPI的shell来完成局域网内的计算机检索,然后使用API函数NetMessageBufferSend完成...
关于局域网发送消息的vb源代码,调用windowsAPI的shell来完成局域网内的计算机检索,然后使用API函数NetMessageBufferSend完成
- 2023-05-27 05:40:04下载
- 积分:1
-
SP简易编程,用于安防系统编程的相关资料!
SP简易编程,用于安防系统编程的相关资料!-SP Simple Programming
- 2023-06-07 08:45:02下载
- 积分:1
-
DWR examples of procedures, entry
dwr实例程序,入门者参考,包括源码、配置、页面、等等,大家多提参考意见啊-DWR examples of procedures, entry-reference, including source code, configuration, pages, and so on, based on the U.S. with more ah
- 2022-03-19 12:27:31下载
- 积分:1
-
实现FP
实现FP-tree,你可以免费试用该代码,并把出现的问题及时反馈给我。-FP-tree,you can use it for free。
- 2022-09-18 19:05:03下载
- 积分:1
-
跟踪查看某个进程的消息
跟踪查看某个进程的消息- The track examines some advancement the news
- 2022-05-14 20:42:07下载
- 积分:1
-
Increases the URL quick way to the bookmark, starts on the menu
and the tabletop
快速增加指向书签的URL,从菜单开始
- 2022-02-16 06:16:52下载
- 积分:1
-
一个限制程序使用时间的原码
一个限制程序使用时间的原码-procedures for the use of a time limit to the original code
- 2022-07-27 19:26:09下载
- 积分:1
-
记时器的简单应用,适合初学者(已编译通过)
记时器的简单应用,适合初学者(已编译通过)-A simple timer application, suitable for beginners (compiled through)
- 2022-05-24 14:34:01下载
- 积分:1
-
自己写的一个控件,支持自定义格式剪贴板。
自己写的一个控件,支持自定义格式剪贴板。-himself in a control, support from the definition format clipboard.
- 2022-01-26 05:48:34下载
- 积分: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