ReactOS 0.4.16-dev-401-g45b008d
|
#include <twain.h>
Public Attributes | |
TW_UINT32 | Id |
TW_VERSION | Version |
TW_UINT16 | ProtocolMajor |
TW_UINT16 | ProtocolMinor |
TW_UINT32 | SupportedGroups |
TW_STR32 | Manufacturer |
TW_STR32 | ProductFamily |
TW_STR32 | ProductName |
TW_UINT32 TW_IDENTITY::Id |
Definition at line 257 of file twain.h.
Referenced by twain_add_onedriver(), TWAIN_CloseDS(), TWAIN_LookupSource(), and TWAIN_OpenDS().
TW_STR32 TW_IDENTITY::Manufacturer |
Definition at line 262 of file twain.h.
Referenced by twain_add_onedriver().
TW_STR32 TW_IDENTITY::ProductFamily |
Definition at line 263 of file twain.h.
Referenced by twain_add_onedriver().
TW_STR32 TW_IDENTITY::ProductName |
Definition at line 264 of file twain.h.
Referenced by twain_add_onedriver(), and TWAIN_OpenDS().
TW_UINT16 TW_IDENTITY::ProtocolMajor |
Definition at line 259 of file twain.h.
Referenced by twain_add_onedriver().
TW_UINT16 TW_IDENTITY::ProtocolMinor |
Definition at line 260 of file twain.h.
Referenced by twain_add_onedriver().
TW_UINT32 TW_IDENTITY::SupportedGroups |
Definition at line 261 of file twain.h.
Referenced by TWAIN_UserSelect().
TW_VERSION TW_IDENTITY::Version |