BDA_TS_SELECTORINFO structure (bdatypes.h)

Syntax

typedef struct _BDA_TS_SELECTORINFO {
  BYTE   bTSInfolength;
  BYTE   bReserved[2];
  GUID   guidNetworkType;
  BYTE   bTSIDCount;
  USHORT usTSID[MIN_DIMENSION];
} BDA_TS_SELECTORINFO, *PBDA_TS_SELECTORINFO;

Members

bTSInfolength

Specifies the buffer length including the extension.

bReserved[2]

Reserved for future use.

guidNetworkType

Specifies the current type of tuning.

bTSIDCount

Specifies the number of usTSID.

usTSID[MIN_DIMENSION]

Requirements

Requirement Value
Header bdatypes.h