User manual

169
4.99 OBRGetDecodeLearningMode
This function retrieves the setting for the Decoder Learning function.
Calling Sequences
[C++]
int OBRGetDecodeLearningMode (
DWORD *pMode
)
[Visual Basic]
Public Shared Function OBRGetDecodeLearningMode ( _
ByRef pMode As Int32 _
) As Int32
[C#]
public static Int32 OBRGetDecodeLearningMode (
ref Int32 pMode
);
Parameters
pMode
This parameter is pointer to DWORD-type variable that stores the setting for the Decoder
Learning function. See OBRSetDecodeLearningMode 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