Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Much like the Utility function in OpenInsight, the SRP_Registry function provides multiple services which are identified in the Service parameter. The services are:

ServiceDescription
EXISTSDetermines if a registry key or value exists.
LISTVALUESLists a key's values.
LISTKEYSLists a key's sub keys.
READReads a value from the registry.
READDEFReads a value from the registry returning a default value if not found.
WRITEWrites a value to the registry.
DELETEDeletes a key or value from the registry.

...