This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub New ( _
tdSize As Integer,
tdDriverNameOffset As ushort,
tdDeviceNameOffset As ushort,
tdPortNameOffset As ushort,
tdExtDevmodeOffset As ushort,
tdData As IntPtr
)
[C#]
public tagDVTARGETDEVICE {
uint tdSize,
ushort tdDriverNameOffset,
ushort tdDeviceNameOffset,
ushort tdPortNameOffset,
ushort tdExtDevmodeOffset,
IntPtr tdData
)
[C++]
typedef struct tagDVTARGETDEVICE { } tagDVTARGETDEVICE;