读取,改写注册表的dll
function regkeyexists(x:shortstring):boolean;stdcall;External 'reg.dll'
function regkeydelete(x:shortstring):boolean;stdcall;External 'reg.dll'
function regreadstring(x,y:shortstring):shortstring;stdcall;External 'reg.dll'
function regreadinteger(x,y:shortstring):integer;stdcall;External 'reg.dll'
function regwritestring(x,y,z:shortstring):boolean;stdcall;External 'reg.dll'
function regwriteinteger(x,y:shortstring;z:integer):boolean;stdcall;External 'reg.dll'
function inint(x:shortstring):boolean;stdcall;External 'reg.dll'
2021-08-24 19:21:31
123KB
dll
1