User manual
41
4.18 OBRSetAllOptions
This function sets up all the settings for the scanner driver at a time.
Calling Sequences
[C++]
int OBRSetAllOptions(
M_TBL *pModeTable
)
[Visual Basic]
Public Shared Function OBRSetAllOptions( _
ByVal pModeTable As M_TBL _
) As Int32
[C#]
public static Int32 OBRSetAllOptions(
M_TBL pModeTable
);
Parameters
pModeTable
This parameter is for specifying the scanner driver setting structure.
Return Values
OBR_OK : Normal end
OBR_PRM : Parameter error
OBR_PON : Open already
OBR_NOT_DEVICE : Scanner driver error. In the Device Emulator, this value is not returned.
FUNCTION_UNSUPPORT : Unsupported error
Note:
See the M_TBL structure for detail.