IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide 2 - 57oemSetupMesaThis function is used to set the Aztec Mesa Code symbology-specific options.Note: The minimum and maximum parameters are set using oemSetupAztec (page 2-47).Result_t oemSetupMesa (BOOL *pUMSEnabled,BOOL *pEMSEnabled,BOOL *p3MSEnabled,BOOL *p1MSEnabled,BOOL *pIMSEnabled,BOOL *p9MSEnabled,)Return ValuesRESULT_SUCCESSParameterspUMSEnabledPoints to a BOOL variable that contains the enabled state of UPCA Mesa. TRUE = Enabled, FALSE = Disabled.pEMSEnabledPoints to a BOOL variable that contains the enabled state of EAN13 Mesa. TRUE = Enabled, FALSE = Disabled.p3MSEnabledPoints to a BOOL variable that contains the enabled state of Code 39 Mesa. TRUE = Enabled, FALSE = Disabled.p1MSEnabledPoints to a BOOL variable that contains the enabled state of Code 128 Mesa. TRUE = Enabled, FALSE = Disabled.pIMSEnabledPoints to a BOOL variable that contains the enabled state of Interleaved 2 of 5 Mesa. TRUE = Enabled, FALSE =Disabled.p9MSEnabledPoints to a BOOL variable that contains the enabled state of Code 93 Mesa. TRUE = Enabled, FALSE = Disabled.oemSetupMicroPDFThis function is used to set the MicroPDF417 symbology-specific options.Result_t oemSetupMicroPDF (WORD nMinLength,WORD nMaxLength)Return ValuesRESULT_SUCCESSRESULT_ERR_NOTCONNECTEDRESULT_ERR_UNSUPPORTEDRESULT_ERR_DRIVERRESULT_ERR_PARAMETERRESULT_ERR_NORESPONSEParametersnMinLengthThe minimum length decoded MicroPDF417 message the engine should return. MicroPDF417 messages smaller thanthis minimum length are not reported by the engine. The minimum allowable value (as well as the default) is 1.nMaxLengthThe maximum length decoded MicroPDF417 message the engine should return. MicroPDF417 messages larger thanthis maximum length are not reported by the engine. The maximum allowable value (as well as the default) is 2750.