ITV_PBDA_TAG_ATTRIBUTE Structure

The ITV_PBDA_TAG_ATTRIBUTE structure is used to represent the data that is parsed from calls to the GetAttribByGUID and GetAttribByIndex methods of the IiTvDataAttribute interface.

Syntax

  typedef struct ITV_PBDA_TAG_ATTRIBUTE{
  GUID  TableUUId;
  BYTE  TableId;
  WORD  VersionNo;
  DWORD  TableDataSize;
  BYTE  TableData;
};

Members

TableUUId

Specifies the table UUID.

TableId

Specifies the table ID.

VersionNo

Specifies the version number.

TableDataSize

Specifies the table data size.

TableData

Specifies table data.

Requirements

Header: TVVMData.idl

Platform: Windows 7

See Also