From: Iain Patterson Date: Wed, 13 Nov 2013 15:32:40 +0000 (+0000) Subject: Added override_milliseconds() helper. X-Git-Tag: v2.18~9 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=ea55c9d26cc6ea9473d4dd23f4a62109763873de;hp=ea55c9d26cc6ea9473d4dd23f4a62109763873de;p=nssm.git 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. ---