Share

CAdUiRegistryAccess::GetDWordWithDefaultValue Method

C++

DWORD GetDWordWithDefaultValue(
    const CString & sValueName, 
    DWORD dwDefault
);

Description

Returns dwDefault if the value does not exist instead of 0.

Links

CAdUiRegistryAccess

Was this information helpful?