Using Win32 functions in Visual FoxPro Image Gallery
Registry
..msdn
GetPrivateProfileSectionNames
GetPrivateProfileString
GetProfileString
RegCloseKey
RegCreateKeyEx
RegDeleteKey
RegDeleteValue
RegEnumKey
RegEnumKeyEx
RegEnumValue
RegOpenKeyEx
RegQueryInfoKey
RegQueryValueEx
RegSaveKey
RegSetValueEx
SHEnumKeyEx
SHRegCloseUSKey
SHRegEnumUSKey
SHRegOpenUSKey
WritePrivateProfileSection
WritePrivateProfileString
Code examples:
Class library providing access to the System Registry
How to obtain Content-Type value for a file type from the System Registry
How to save registry key including its subkeys and values to a file
Reading VFP settings from the Windows Registry
Saving HKEY_LOCAL_MACHINE\\Software\\ODBC Registry Entries to an XML file
Testing MS Internet Explorer version installed
RegCloseKey
..msdn    Add comment     W32 Constants      Translate this page
The RegCloseKey function releases a handle to the specified registry key.
Code examples:
Testing MS Internet Explorer version installed
How to obtain Content-Type value for a file type from the System Registry
Class library providing access to the System Registry
Reading VFP settings from the Windows Registry
How to save registry key including its subkeys and values to a file
Saving HKEY_LOCAL_MACHINE\\Software\\ODBC Registry Entries to an XML file
Declaration:
 
LONG RegCloseKey(
  HKEY hKey   // handle to key to close
);
 
FoxPro declaration:
 
DECLARE INTEGER RegCloseKey IN advapi32 INTEGER hKey
 
Parameters:
hKey
[in] Handle to the open key to close.
Return value:
If the function succeeds, the return value is 0 (ERROR_SUCCESS).
Word Index links for the RegCloseKey :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2001-09-03 12:00:00
Modified: 2001-11-26 16:03:33
Visited in last 7 days: 27
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (184.72.184.104)
3 sec.
Function group: 'Windows Sockets 2 (Winsock)'
1.97 hrs.Example: 'Enumerating Processes -- Win9*'
 Function: 'RegQueryValueEx'
Function group: 'Registry'
5.61 hrs.Example: 'How to drag a Form not using its Titlebar or Caption'
 Example: 'How to generate UUID values'
7.21 hrs.Function: 'GetProcessHeap'
7.22 hrs.Example: 'How to create MD-5 and SHA-1 hash values from a string'
 Function: 'GetProcessIoCounters'
Function group: 'Process and Thread'
10 hrs.Example: 'How to view icons stored in executable files (Icon Viewer)'
10.8 hrs.Function: 'SQLNativeSql'
Google
Advertise here!