Registry Reader
Posted: March 12th, 2005, 12:54 pm
RegistryReader
This is a plugin to read values from the registry.
Only one function is provided.
The first parameter is the key name, for example: "HKEY_CURRENT_USER\Software\PopTray\Status", and the second parameter is the value name, for example: "MailCount". The second parameter can be blank to read the default value.
The return value is the registry value as read, or an error string.
Written in Visual C# Express 2005, so you will need the .net 2 runtimes installed.
The point behind this plugin, if you were wondering, is to check the status of emails in PopTray. I've writtin a RegistryWriter plugin to that which stores the most recent mail status in the registry for that one to pick up.
This is a plugin to read values from the registry.
Only one function is provided.
The first parameter is the key name, for example: "HKEY_CURRENT_USER\Software\PopTray\Status", and the second parameter is the value name, for example: "MailCount". The second parameter can be blank to read the default value.
The return value is the registry value as read, or an error string.
Written in Visual C# Express 2005, so you will need the .net 2 runtimes installed.
The point behind this plugin, if you were wondering, is to check the status of emails in PopTray. I've writtin a RegistryWriter plugin to that which stores the most recent mail status in the registry for that one to pick up.