ConvertStringToUnsignedLong
Converts an ASCII string to an unsigned LONG.
LONG ConvertStringToUnsignedLong (
BYTE **string,
LONG *value,
LONG minValue,
LONG maxValue,
LONG base
);
Returns one of the following values:
ConvertStringToUnsignedLong can be called during the initialization function and within the HAM_Check_Option function to convert ASCII numbers that are passed in as strings to an unsigned LONG.