#ifndef _WINSTA_H // Variable length data descriptor (not needed) typedef struct _VARDATA_WIRE { USHORT Size; USHORT Offset; } VARDATA_WIRE, *PVARDATA_WIRE; #endif View code on GitHub
This type is documented in the [MS-TSTS] specification.