界面库

更新
This commit is contained in:
JianjunLiu 2022-06-23 15:26:11 +08:00
parent 7dc43feec9
commit 5d3f7305e2
1 changed files with 3 additions and 2 deletions

View File

@ -1341,8 +1341,6 @@ type TWSADATA=class(tslcstructureobj) //
property szdescription index "szdescription" read _getvalue_ write _setvalue_; property szdescription index "szdescription" read _getvalue_ write _setvalue_;
property szsystemstatus index "szsystemstatus" read _getvalue_ write _setvalue_; property szsystemstatus index "szsystemstatus" read _getvalue_ write _setvalue_;
end end
implementation
(*
type Ttagprocessentry32=class(tslcstructureobj) type Ttagprocessentry32=class(tslcstructureobj)
private private
static SSTRUCT; static SSTRUCT;
@ -1414,6 +1412,9 @@ type Ttagmoduleentry32=class(tslcstructureobj)
property szmodule index "szmodule" read _getvalue_ write _setvalue_; property szmodule index "szmodule" read _getvalue_ write _setvalue_;
property szexepath index "szexepath" read _getvalue_ write _setvalue_; property szexepath index "szexepath" read _getvalue_ write _setvalue_;
end end
implementation
(*
type TMONITORINFO=class(tslcstructureobj) type TMONITORINFO=class(tslcstructureobj)
private private
static SSTRUCT; static SSTRUCT;