|
Previous Top Next |
Prototype: | (UNSIGNED pKeyHandle) |
pKeyHandle | Handle for the key to close |
This method closes a key that has been previously opened with OpenRegistryKey. This method is used internally by the class.
Example:
ITR ITRegistryClass
K UNSIGNED
Code
K = ITR.OpenRegistryKey(REG_LOCAL_MACHINE,'SOFTWARE\Icetips\Test')
If K
!! Valid key returned
ITR.CloseRegistryKey(K)
Else
Message('Key was invalid')
End
See also: