-
程序运行初期,程序首先会通过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
-
孙鑫最新课件源代码vc++,绝对正确完整
孙鑫最新课件源代码vc++,绝对正确完整-SUN Xin latest software source code vc++, the absolute accuracy and completeness of
- 2022-01-21 03:17:36下载
- 积分:1
-
一个基于HLA高层体系结构分布式仿真的例子,用VC++编写
一个基于HLA高层体系结构分布式仿真的例子,用VC++编写-A high level architecture based on HLA distributed simulation examples, using VC++ Prepared
- 2022-07-01 05:43:13下载
- 积分:1
-
本程序实现了SVM分类的LIBSVM库。
This program implements SVM classification over libsvm library.
- 2022-11-25 22:25:04下载
- 积分:1
-
调用GetDriveType判断每个分区的类型,如果为硬盘分区则生成详细的文件列表.生成的列表可用grep等工具进行检索....
调用GetDriveType判断每个分区的类型,如果为硬盘分区则生成详细的文件列表.生成的列表可用grep等工具进行检索.-GetDriveType call to determine the type of each partition, if for hard disk partition is to generate a detailed list of files. Generated a list of available tools such as grep retrieval.
- 2023-07-10 12:30:02下载
- 积分:1
-
一个编译器,可将名为TINY的语言转化为等价的C语言
一个编译器,可将名为TINY的语言转化为等价的C语言-a compiler can be called TINY language into the equivalent of C language
- 2022-01-26 02:46:57下载
- 积分:1
-
一个jQuery网站设计
A website design with jquery-A website design with jquery..............
- 2022-01-26 08:27:46下载
- 积分:1
-
仓库库存管理系统
仓库库存管理系统-warehouse inventory management system
- 2022-08-09 18:40:03下载
- 积分:1
-
课程设计,包括学籍管理和奖学金评优。采用链表,文件存储,文字菜单...
课程设计,包括学籍管理和奖学金评优。采用链表,文件存储,文字菜单-classic design
- 2022-05-15 04:00:57下载
- 积分:1
-
与数论有关的 求质数 分解因数 millerrabin
与数论有关的 求质数 分解因数 millerrabin -On the demand with a number of prime number decomposition factor millerrabin
- 2022-05-13 04:50:36下载
- 积分:1