This document is archived and information here might be outdated.  Recommended version.


tagDVTARGETDEVICE Structure (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalystUI)  

tagDVTARGETDEVICE Structure

Syntax

[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 {
Unsigned long tdSize;
Unsigned short tdDriverNameOffset;
Unsigned short tdDeviceNameOffset;
Unsigned short tdPortNameOffset;
Unsigned short tdExtDevmodeOffset;
Byte tdData; } tagDVTARGETDEVICE;

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.