CFGSYS.DLL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
==Version== | ==Version== | ||
{|class="wikitable" | |||
{| class="wikitable" | !Date||Version||Size||Comments | ||
! Date | |||
| | |||
| | |||
|- | |- | ||
|2005-06-09||0.92||72,506 bytes||CONFIG.SYS Generic Modification DLL/Rexx | |||
|} | |} | ||
== | ==Exports== | ||
<PRE> | <PRE> | ||
1 CONFIGSYS_Process | |||
10 CONFIGSYS_DelayInit | |||
11 CONFIGSYS_DelayFinalize | |||
12 CONFIGSYS_DelayCopyFile | |||
13 CONFIGSYS_DelayRemoveFile | |||
14 CONFIGSYS_DelayCreatePath | |||
15 CONFIGSYS_DelayRemovePath | |||
98 ConfigSysLoadFuncs | |||
99 ConfigSysDropFuncs | |||
101 ConfigSysProcess | |||
110 ConfigSysDelayInit | |||
111 ConfigSysDelayFinalize | |||
112 ConfigSysDelayCopyFile | |||
113 ConfigSysDelayRemoveFile | |||
114 ConfigSysDelayCreatePath | |||
115 ConfigSysDelayRemovePath | |||
120 ConfigSysRegEnumKey | |||
122 ConfigSysRegCreateKey | |||
123 ConfigSysRegDeleteKey | |||
124 ConfigSysRegEnumValue | |||
125 ConfigSysRegQueryValue | |||
126 ConfigSysRegSetValue | |||
127 ConfigSysRegDeleteValue | |||
</PRE> | </PRE> | ||
==DLLs Loaded== | ==DLLs Loaded== | ||
* [[REXXAPI.DLL]] | * [[REXXAPI.DLL]] | ||
Line 46: | Line 42: | ||
* [[NLS.DLL]] | * [[NLS.DLL]] | ||
[[Category: | [[Category:DLL]] |
Latest revision as of 22:51, 18 April 2020
CFGSYS.DLL is part of the CFGSYS library to modify CONFIG.SYS.
Version
Date | Version | Size | Comments |
---|---|---|---|
2005-06-09 | 0.92 | 72,506 bytes | CONFIG.SYS Generic Modification DLL/Rexx |
Exports
1 CONFIGSYS_Process 10 CONFIGSYS_DelayInit 11 CONFIGSYS_DelayFinalize 12 CONFIGSYS_DelayCopyFile 13 CONFIGSYS_DelayRemoveFile 14 CONFIGSYS_DelayCreatePath 15 CONFIGSYS_DelayRemovePath 98 ConfigSysLoadFuncs 99 ConfigSysDropFuncs 101 ConfigSysProcess 110 ConfigSysDelayInit 111 ConfigSysDelayFinalize 112 ConfigSysDelayCopyFile 113 ConfigSysDelayRemoveFile 114 ConfigSysDelayCreatePath 115 ConfigSysDelayRemovePath 120 ConfigSysRegEnumKey 122 ConfigSysRegCreateKey 123 ConfigSysRegDeleteKey 124 ConfigSysRegEnumValue 125 ConfigSysRegQueryValue 126 ConfigSysRegSetValue 127 ConfigSysRegDeleteValue