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)
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.


No differences found