L_WIADEVICETYPE

typedef enum _L_WIADEVICETYPE 
{ 
   WiaDeviceTypeDefault          = 0, 
   WiaDeviceTypeScanner          = 1, 
   WiaDeviceTypeDigitalCamera    = 2, 
   WiaDeviceTypeStreamingVideo   = 3 
} L_WIADEVICETYPE; 

Members

WiaDeviceTypeDefault

Generic WIA device. During device enumerations, WiaDeviceTypeDefault is used to enumerate all WIA devices. This is the default value.

WiaDeviceTypeScanner

The device is a scanner.

WiaDeviceTypeDigitalCamera

The device is a camera. Note that this type of device is not supported by Windows Vista and later.

WiaDeviceTypeStreamingVideo

The device contains streaming video. Note that this type of device is not supported by Windows Server 2003, Windows Vista, or later.

Comments

This feature is available in LEADTOOLS version 16 or higher.

The L_WIADEVICETYPE enumeration is used in the uDeviceType parameter of the LWia::SelectDeviceDlg and LWia::AcquireSimple functions to determine which type of device to display in the Select Device Dialog.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS WIA C++ Class Library Help