Registry Functions

Send Feedback

The following table shows the registry functions with a description of the purpose of each.

Programming element PPC SP Description
RegCloseKey X X This function releases the handle of the specified key.
RegCreateKeyEx X X This function creates the specified key. If the key already exists in the registry, the function opens it.
RegDeleteKey X X This function deletes a named subkey from the specified registry key.
RegDeleteValue X X This function removes a named value from the specified registry key.
RegEnumKeyEx X X This function enumerates subkeys of the specified open registry key.
RegEnumValue X X This function enumerates the values for the specified open registry key.
RegFlushKey X X This function writes all the attributes of the specified open registry key into the registry.
RegOpenKeyEx X X This function opens the specified key.
RegQueryInfoKey X X This function retrieves information about a specified registry key.
RegQueryValueEx X X This function retrieves the type and data for a specified value name associated with an open registry key.
RegSetValueEx X X This function stores data in the value field of an open registry key.

See Also

Registry Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.