User manual
42
4.19 OBRGetAllOptions
This function retrieves all the settings at a time for the scanner driver.
Calling Sequences
[C++]
int OBRGetAllOptions(
M_TBL *pModeTable
)
[Visual Basic]
Public Shared Function OBRGetAllOptions( _
ByVal pModeTable As M_TBL _
) As Int32
[C#]
public static Int32 OBRGetAllOptions(
M_TBL pModeTable
);
Parameters
pModeTable
This parameter is for specifying pointer to the structure that saves the retrieved scanner
driver settings.
Return Values
OBR_OK : Normal end
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.