C++
DWORD GetDWordWithDefaultValue( const CString & sValueName, DWORD dwDefault );
Description
Returns dwDefault if the value does not exist instead of 0.
DWORD GetDWordWithDefaultValue( const CString & sValueName, DWORD dwDefault );
Returns dwDefault if the value does not exist instead of 0.