www.icetips.com  Icetips Utilities Documentation 1/22/2012    

Registry Class: CloseRegistryKey

Previous  Top  Next  


Prototype: (UNSIGNED pKeyHandle)

 

pKeyHandleHandle 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:

OpenRegistryKey

EnumRegistrySubKeys

 



Direct link to this page: http://www.icetips.com/manuals/utilities/closeregistrykey_registryclass.htm