DeleteKey

This function deletes a subkey.

DeleteKey (KeyName As String) As Long

Parameters

KeyName

[in] Name of the complete key to delete. Can be a string like: "Software\MyCompany\MyKey".

Return Value

0: success
1: failed, cannot delete key


Return to aaxRegistry reference