Extensions Reference
Extensions Reference > exRegistry
exRegistry.dll
Provides access to the entire Windows registry
Included with Brass by default
Download Sample SSN code for this extension
Note: the term "value" is used to refer to an item
in the registry that contains data, rather than the data itself. For example,
the "AppName" value may contain data such as "Brass".
This is the definition of "value" that Microsoft use.
regCheckExists - Returns whether a specified value in the open key exists
regCloseKey - Closes an open registry key
regCreateKey - Opens an existing registry key for access, or creates and opens it if it doesn't exist
regDeleteKey - Deletes the specified key
regExportKey - Exports the open registry key to a .reg file on disk
regGetDword - Retrieves a DWORD value from the registry
regGetInt - Retrieves an INT value from the registry
regGetString - Retrieves a STRING value from the registry
regOpenKey - Opens a registry key for access
regSetDword - Writes a DWORD value to the registry
regSetInt - Writes an INT value to the registry
regSetString - Writes a STRING value to the registry