Skip to content

Latest commit

 

History

History
115 lines (80 loc) · 3.77 KB

ns-sti-_sti_wia_device_informationw.md

File metadata and controls

115 lines (80 loc) · 3.77 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:sti._STI_WIA_DEVICE_INFORMATIONW
_STI_WIA_DEVICE_INFORMATIONW (sti.h)
The STI_WIA_DEVICE_INFORMATION structure contains device information.
image\sti_wia_device_information.htm
image
05/03/2018
STI_WIA_DEVICE_INFORMATIONW structure
*PSTI_WIA_DEVICE_INFORMATIONW, PSTI_WIA_DEVICE_INFORMATION, PSTI_WIA_DEVICE_INFORMATION structure pointer [Imaging Devices], STI_WIA_DEVICE_INFORMATION, STI_WIA_DEVICE_INFORMATION structure [Imaging Devices], STI_WIA_DEVICE_INFORMATIONW, _STI_WIA_DEVICE_INFORMATIONW, image.sti_wia_device_information, sti/PSTI_WIA_DEVICE_INFORMATION, sti/STI_WIA_DEVICE_INFORMATION, stifnc_5b853150-0ce1-4ba1-bf9c-2071c6a993bc.xml
sti.h
Sti.h
Windows
Windows
STI_WIA_DEVICE_INFORMATIONW, *PSTI_WIA_DEVICE_INFORMATIONW
_STI_WIA_DEVICE_INFORMATIONW
sti/_STI_WIA_DEVICE_INFORMATIONW
PSTI_WIA_DEVICE_INFORMATIONW
sti/PSTI_WIA_DEVICE_INFORMATIONW
STI_WIA_DEVICE_INFORMATIONW
sti/STI_WIA_DEVICE_INFORMATIONW
APIRef
kbSyntax
HeaderDef
sti.h
_STI_WIA_DEVICE_INFORMATIONW
PSTI_WIA_DEVICE_INFORMATIONW
STI_WIA_DEVICE_INFORMATIONW

_STI_WIA_DEVICE_INFORMATIONW structure

-description

The STI_WIA_DEVICE_INFORMATION structure contains device information.

-struct-fields

-field dwSize

Caller-supplied size, in bytes, of the STI_WIA_DEVICE_INFORMATION structure.

-field DeviceType

A value of type STI_DEVICE_TYPE that identifies the type of the hardware imaging device.

-field szDeviceInternalName

Character array containing the device's internal name string, used for reference when the device object is created. The string can have at most STI_MAX_INTERNAL_NAME_LENGTH characters, including the terminating null character. STI_MAX_INTERNAL_NAME_LENGTH is defined in Sti.h.

-field DeviceCapabilities

A structure of type STI_DEV_CAPS.

-field dwHardwareConfiguration

Type of bus connection. This value can be one of the following constants, which are defined in Sti.h:

STI_HW_CONFIG_PARALLEL

STI_HW_CONFIG_SCSI

STI_HW_CONFIG_SERIAL

STI_HW_CONFIG_USB

STI_HW_CONFIG_UNKNOWN

-field pszVendorDescription

Pointer to a vendor identification string, obtained from the INF Manufacturer Section of the device's INF file.

-field pszDeviceDescription

Pointer to a vendor-provided device description string, obtained from the INF Models Section of the device's INF file.

-field pszPortName

Pointer to a string identifying the device's port.

-field pszPropProvider

Pointer to a string containing the file name and entry point of a DLL for adding device-specific property sheet pages to Control Panel. Obtained from the PropertyPages entry in the device's INF file.

-field pszLocalName

Pointer to a string containing the local device name (the "friendly" name). The user supplies this string during installation, typically for use in user interface displays.

-field pszUiDll

Pointer to the WIA user interface DLL.

-field pszServer

Pointer to the WIA server.