DELKEY SubroutineUsage:
r = DELKEY(keynum, "keyname" [, "all"])
Description:
Deletes the registry key "keyname". The optional "all" parameter can be used to delete a key and all subkeys. The return value is 1 or 0 to indicate success or failure respectively.
Example:
|