Group: Registry - Library: advapi32
Reading VFP settings from the Windows Registry
How to save registry key including its subkeys and values to a file
Obtaining current Internet Explorer browser version and UserAgent
Saving local machine ODBC Registry Entries to XML file
How to obtain Content-Type value for a file type from the System Registry
Class library providing access to the System Registry
LONG RegCloseKey(
HKEY hKey // handle to key to close
); DECLARE INTEGER RegCloseKey IN advapi32 INTEGER hKey hKey [in] Handle to the open key to close.
If the function succeeds, the return value is 0 (ERROR_SUCCESS).
Home