User manual

61
4.36 OBRGetScanningType
This function retrieves the scanning mode.
Calling Sequences
[C++]
int OBRGetScanningType(
BYTE *pType
)
[Visual Basic]
Public Shared Function OBRGetScanningType( _
ByRef pType As Byte _
) As Int32
[C#]
public static Int32 OBRGetScanningType(
ref Byte pType
);
Parameters
pType
This parameter is for retrieving the scanning mode. See OBRSetScanningType func
tion
for the values to retrieve.
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