2 - 20 IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s GuideParametersSetupTypeSETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.pEnabledPoints to a BOOL variable that contains the enabled state of this symbology upon returning from the function. A TRUEmeans the symbology is enabled; a FALSE means the symbology is disabled.pMinLengthPoints to a WORD variable that contains the minimum length decoded Code 39 message the engine should return.Code 39 messages smaller than this minimum length are not reported by the engine. The default value is 2.pMaxLengthPoints to a WORD variable that contains the maximum length decoded Code 39 message the engine should return.Code 39 messages larger than this maximum length are reported by the engine. The default value is 48.pbSSXmitPoints to a BOOL variable that determines if the start and stop characters are returned in the data string after asuccessful Code 39 decode. If bSSXmit is TRUE, the start and stop characters are included. If FALSE, they are notincluded. The default value is FALSE.pbFullAsciiPoints to a BOOL variable that determines if certain character pairs within the bar code symbol are interpreted andreturned as a single character. If bFullAscii is TRUE, interpretation is enabled. If FALSE, no interpretation is attempted.The default value is FALSE.pbAppendPoints to a BOOL variable that determines if the engine should append together and buffer up Code 39 symbols thatstart with a space (excluding the start and stop characters). The engine stores the symbols in the order in which theyare read. It returns the data after a Code 39 symbol with no leading space is read. The return data has the leadingspaces removed. If TRUE, the append feature is enabled. If FALSE, the append feature is disabled. The default valueis FALSE.pbCheckCharOnPoints to a BOOL variable that determines if the engine will read Code 39 bar codes with or without check characters.If TRUE, the engine only decodes Code 39 codes with a check character. If FALSE, the decoder decodes codes withor without a check character. The default value is FALSE.pbXmitCheckCharPoints to a BOOL variable that determines if the engine will return the check character as part of the data string after asuccessful decode. If TRUE, the engine returns the check character. If FALSE, the check character is not returned.The default value is FALSE.oemGetSetupCode49This function is used to get the Code 49 symbology-specific options.Result_t oemGetSetupCode49 (SetupType_t SetupType,BOOL *pEnabled,WORD *pMinLength,WORD *pMaxLength)Return ValuesRESULT_SUCCESSRESULT_ERR_PARAMETER