 |
 |
Registry ..msdn Add comment |
 |
|
GetPrivateProfileSectionNames
|
|
The GetPrivateProfileSectionNames function retrieves the names of all sections in an initialization file. |
|
 |
 |
 |
|
GetPrivateProfileString
|
|
Retrieves a string from the specified section in an initialization file. |
|
 |
 |
 |
|
GetProfileString
|
|
Retrieves the string associated with a key in the specified section of the Win.ini file. |
|
 |
 |
 |
|
RegCloseKey
|
|
The RegCloseKey function releases a handle to the specified registry key. |
|
 |
 |
 |
|
RegCreateKeyEx
|
|
The RegCreateKeyEx function creates the specified registry key. If the key already exists, the function opens it. |
|
 |
 |
 |
|
RegDeleteKey
|
|
The RegDeleteKey function deletes a subkey, including all of its values. |
|
 |
 |
 |
|
RegDeleteValue
|
|
The RegDeleteValue function removes a named value from the specified registry key. |
|
 |
 |
 |
|
RegEnumKey
|
|
The RegEnumKey function enumerates subkeys of the specified open registry key. The function retrieves the name of one subkey each time it is called. |
|
 |
 |
 |
|
RegEnumKeyEx
|
|
The RegEnumKeyEx function enumerates subkeys of the specified open registry key. The function retrieves information about one subkey each time it is called. |
|
 |
 |
 |
|
RegEnumValue
|
|
Enumerates the values for the specified open registry key. |
|
 |
 |
 |
|
RegOpenKeyEx
|
|
The RegOpenKeyEx function opens the specified registry key. |
|
 |
 |
 |
|
RegQueryInfoKey
|
|
The RegQueryInfoKey function retrieves information about the specified registry key. |
|
 |
 |
 |
|
RegQueryValueEx
|
|
Retrieves the type and data for a specified value name associated with an open registry key. |
|
 |
 |
 |
|
RegSaveKey
|
|
The RegSaveKey function saves the specified key and all of its subkeys and values to a new file. |
|
 |
 |
 |
|
RegSetValueEx
|
|
The RegSetValueEx function sets the data and type of a specified value under a registry key. |
|
 |
 |
 |
|
SHEnumKeyEx
|
|
Enumerates the subkeys of the specified open registry key. |
|
 |
 |
 |
|
SHRegCloseUSKey
|
|
Closes a handle to a user-specific registry key. |
|
 |
 |
 |
|
SHRegEnumUSKey
|
|
Enumerates the subkeys of a user-specific key. |
|
 |
 |
 |
|
SHRegOpenUSKey
|
|
Opens a user-specific registry key. |
|
 |
 |
 |
|
WritePrivateProfileSection
|
|
Replaces the keys and values for the specified section in an initialization file. |
|
 |
 |
 |
|
WritePrivateProfileString
|
|
The WritePrivateProfileString function copies a string into the specified section of an initialization file. |
|
 |
 |
 |
 |
| Code examples: |
 |
|
|
 |
|
|