-
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
- 2022-11-16 11:20:03下载
- 积分:1
-
tcp网口通信
1、网络中进程之间如何通信?
2、Socket是什么?
3、socket的基本操作
3.1、socket()函数
3.2、bind()函数
3.3、listen()、connect()函数
3.4、accept()函数
3.5、read()、write()函数等
3.6、close()函数
4、socket中TCP的三次握手建立连接详解
5、socket中TCP的四次握手释放连接详解
6、一个例子(实践一下)
- 2022-07-08 17:54:31下载
- 积分:1
-
网站认证码的识别软件,可以把图片中的显示码转为数字――VerifyCode...
网站认证码的识别软件,可以把图片中的显示码转为数字――VerifyCode-Web site authentication code recognition software, can display the picture into digital code- VerifyCode
- 2022-12-31 04:50:03下载
- 积分:1
-
微软的WPF入门类书籍,可以参阅一下,是一个WPF的入门
微软的WPF入门类书籍,可以参阅一下,是一个WPF的入门-Introduction to Microsoft" s WPF books, you can see what
- 2022-07-12 12:31:26下载
- 积分:1
-
Designed to improve the existing code
重构--改善既有代码的设计
侯捷译good to read-Designed to improve the existing code
- 2022-03-04 15:17:50下载
- 积分:1
-
词汇比较程序。 能够比较两个词汇的相似度程序,基于wordnet。...
词汇比较程序。 能够比较两个词汇的相似度程序,基于wordnet。-Vocabulary comparison procedures. Able to compare two lexical similarity procedures, based on wordnet.
- 2022-01-25 14:25:10下载
- 积分:1
-
SourceGrid
wince中一个功能强大的数据网格,采用C#编程语言,提供多种不同的数据网格样式和功能。
- 2022-03-24 01:03:37下载
- 积分:1
-
一个vc下编写socket的小例子
一个vc下编写socket的小例子-a vc prepared socket small examples
- 2022-02-06 04:23:14下载
- 积分:1
-
Windows Forms Programming with C#
windows Form 编程教程 源码
Windows Forms Programming with C#
windows Form 编程教程 源码-Windows Forms Programming with C# Windows Form programming tutorial source
- 2022-05-24 16:08:05下载
- 积分:1
-
智能语音espeak 的中文插件!,如果要能够播报中文,则加载进去,具体方法见readme...
智能语音espeak 的中文插件!,如果要能够播报中文,则加载进去,具体方法见readme-Intelligent Voice Chinese espeak plugin! , If you want to be able to broadcast in Chinese, is loaded into the specific methods, see readme
- 2022-02-03 12:10:47下载
- 积分:1