NT4/private/ole32/com/remote/dde/client/trgt_dev.h
2020-09-30 17:12:29 +02:00

20 lines
440 B
C

// trgt_dev.h
// OLE 1.0 Target Device
typedef struct _OLETARGETDEVICE
{
USHORT otdDeviceNameOffset;
USHORT otdDriverNameOffset;
USHORT otdPortNameOffset;
USHORT otdExtDevmodeOffset;
USHORT otdExtDevmodeSize;
USHORT otdEnvironmentOffset;
USHORT otdEnvironmentSize;
BYTE otdData[1];
} OLETARGETDEVICE;
typedef OLETARGETDEVICE const FAR* LPCOLETARGETDEVICE;
typedef OLETARGETDEVICE FAR* LPOLETARGETDEVICE;