Added override_milliseconds() helper.
authorIain Patterson <me@iain.cx>
Wed, 13 Nov 2013 15:32:40 +0000 (15:32 +0000)
committerIain Patterson <me@iain.cx>
Fri, 15 Nov 2013 16:02:55 +0000 (16:02 +0000)
commitea55c9d26cc6ea9473d4dd23f4a62109763873de
tree08c726ab83190226a5ea0e8871fbe2c483a0b752
parentee52ab253b65c52ff039d8058c66b1a63a656b01
Added override_milliseconds() helper.

Helper function to retrieve a REG_DWORD value from the registry and
assign it to a variable, substituting a default value if the registry
entry is invalid or missing.  The function is specifically tailored
toward setting a value in milliseconds, hence the name.
registry.cpp
registry.h