1 11 package org.eclipse.swt.internal.ole.win32; 12 13 public final class DVTARGETDEVICE { 14 public int tdSize; 15 public short tdDriverNameOffset; 16 public short tdDeviceNameOffset; 17 public short tdPortNameOffset; 18 public short tdExtDevmodeOffset; 19 public byte[] tdData = new byte[1]; 20 public static final int sizeof = COM.DVTARGETDEVICE_sizeof (); 21 } 22 | Popular Tags |