BDA_TS_SELECTORINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdatypes-_bda_ts_selectorinfo)

_BDA_TS_SELECTORINFO structure

Description

Members

bTSInfolength

Specifies the buffer length including the extension.

bReserved

Reserved for future use.

guidNetworkType

Specifies the current type of tuning.

bTSIDCount

Specifies the number of usTSID.

usTSID