int regkey.Open()
Return Type: int
Parameters: none
Description:
This function opens the registry key indicated by the Path member variable.
If the open succeeds, the function returns 1. If it fails, the function
returns 0. A regkey must call this function before any operations can
be performed on it. An opened regkey should be closed using the Close
function when it is no longer used.
For an example, see regkey.
See Also: regkey