Identifies the program/library/code resource.
Namespace: TwainScanning.NativeStructs
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
The TwIdentity type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Overrides ValueTypeEquals(Object).) | |
GetHashCode | (Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
Id |
Unique number. In Windows, application hWnd.
| |
Manufacturer |
Manufacturer name, e.g. "Hewlett-Packard".
| |
ProductFamily |
Product family name, e.g. "ScanJet".
| |
ProductName |
Product name, e.g. "ScanJet Plus".
| |
ProtocolMajor |
Application and DS must set to TWON_PROTOCOLMAJOR.
| |
ProtocolMinor |
Application and DS must set to TWON_PROTOCOLMINOR.
| |
SupportedGroups |
Bit field OR combination of DG_ constants.
| |
Version |
Identifies the piece of code.
|
See Also