ITCSCAN_GetNotificationValues

Call ITCSCAN Open before any other Native Scanner function, and call ITCSCAN Close when exiting the application.

Gets scanner notification data when ITCSCAN_GetBarcodeMessage returns a MSG_SCANNER_NOTIFY message after the port state changes.

Syntax

void ITCSCAN_GetNotificationValues(
INT32 iNotify,
DWORD *pdwPortID,
LPTSTR pszPortName,
LPTSTR pszDeviceType,
DWORD *pdwPortStateID,
LPTSTR pszPortState)

Parameters

[in] iNotify
The peMsgType value from ITCSCAN_GetBarcodeMessage.

[out] pdwPortID
Port ID.

[out] PortName
Port name.

[out] pszDeviceType
Scanner type.

[out] pdwPortStateID
State ID.

[out] pszPortState
String name of port state.

Header and Library Files

Header File: ITCSCAN2.h

Library: ITCSCAN2.lib

More Information

Native Scanner Functions