User manual

37
4.14 OBRGetScanningNotification
This function retrieves the scanning completion notification. The setting status for scanning
complete notification via either "Event" or "Window message" is retrieved.
Calling Sequences
[C++]
int OBRGetScanningNotification(
DWORD *pMode,
HWND *hWnd
)
[Visual Basic]
Public Shared Function OBRGetScanningNotification( _
ByRef pMode As Int32, _
ByRef hWnd As IntPtr _
) As Int32
[C#]
public static Int32 OBRGetScanningNotification(
ref Int32 pMode,
ref IntPtr hWnd
);
Parameters
pMode
This parameter is for retrieving the notification mode. See
OBRSetScanningNotification func
tion for the values to retrieve.
hWnd
This parameter is for retrieving the handle of window message when OBR_MESSAGE has
been set in *pMode parameter.
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