TwIdentity (twain_32)
Last changed: -58.212.230.7

.
Summary
TODO - a short description

C# Signature:

[DllImport("twain_32.dll", SetLastError=true)]
static extern TODO TwIdentity(TODO);

VB Signature:

Declare Function TwIdentity Lib "twain_32.dll" (TODO) As TODO

    <StructLayout(LayoutKind.Sequential, Pack:=2, CharSet:=CharSet.Ansi)> _
    Friend Class TwIdentity
    ' TW_IDENTITY
    Public Id As IntPtr
    Public Version As TwVersion 'This is a Seperate Declaration
    Public ProtocolMajor As Short
    Public ProtocolMinor As Short
    Public SupportedGroups As Integer

    <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=34)> _
    Public Manufacturer As String

    <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=34)> _
    Public ProductFamily As String

    <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=34)> _
    Public ProductName As String
    End Class

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

hhfgh

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
TwIdentity on MSDN