搜索:TLHELP32
找到约 2 项符合「TLHELP32」的查询结果
结果 2
按分类筛选
https://www.eeworm.com/dl/666/155064.html
Delphi控件源码
unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData
unit Other
interface
Uses Windows,tlhelp32,PsAPI
type
PStrData = ^TStrData
TStrData = record
Ident: Integer
Str: string
end
TUseInfo=record
QQ,
Mail,
Page:string
DL:boolean
end
TSendMailInfo=record
IPAddress,
FAddress,
FName,
FPW,
FCName,
FCPW ...
https://www.eeworm.com/dl/534/129113.html
其他
关于进程&线程查看器 用过vc++自带的Process Viewer
关于进程&线程查看器 用过vc++自带的Process Viewer,觉得这个小程序简单易用,有时候作用还很大,我就产生了自己做一个类似程序的想法,想着想着就着手作了起来。 首先我查看了有关进程和线程的api函数(在tlhelp32.h中)了解了他们的用法。 具体实施阶段: 界面设计:该实用程序的界面几 ...