// bdatypes.h
typedef struct _BDA_TS_SELECTORINFO {
BYTE bTSInfolength;
BYTE bReserved[2];
GUID guidNetworkType;
BYTE bTSIDCount;
USHORT usTSID[MIN_DIMENSION];
} BDA_TS_SELECTORINFO, *PBDA_TS_SELECTORINFO;
View the official Windows Driver Kit DDI referenceNo description available.
bTSInfolengthSpecifies the buffer length including the extension.
bReservedReserved for future use.
guidNetworkTypeSpecifies the current type of tuning.
bTSIDCountSpecifies the number of usTSID.
usTSID