regdelkey
Deleting a registry key.
func uint regdelkey (
uint root,
str subkey
)
uint root,
str subkey
)
Parameters
root | A root key.
| ||||||||
subkey | The name of the registry key being deleted. |
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
Related links | Source |