Convert a string to integer.
DWORD CfgStringToDWORD(
LPCSTR src,
DWORD* pDst
);
src
pDst
ECFG_OK for success or an error code on failure.
Read a string and convert it to a DWORD value. The string may be in hexadecimal or decimal format.
ECFG_PARSEWARN