PIDListSpanningEvent structure

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Contains a list of packet identifiers (PIDs).

Syntax

typedef struct _PIDListSpanningEvent {
  WORD  wPIDCount;
  ULONG pulPIDs[1];
} PIDListSpanningEvent;

Members

wPIDCount

The number of elements in the pulPIDs array.

pulPIDs

An array of PIDs. The array might be larger than the size given in the structure declaration. Use the value of wPIDCount to determine the size.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
Bdamedia.h