BDA_PROGRAM_PID_LIST structure (bdatypes.h)

The BDA_PROGRAM_PID_LIST structure describes data of a specific program to view. This data consists of packets that are identified with packet identifiers (PID).

Syntax

typedef struct _BDA_PROGRAM_PID_LIST {
  ULONG ulProgramNumber;
  ULONG ulcPIDs;
  ULONG ulPID[MIN_DIMENSION];
} BDA_PROGRAM_PID_LIST, *PBDA_PROGRAM_PID_LIST;

Members

ulProgramNumber

Number of the program to be viewed.

ulcPIDs

Number of PIDs in the ulPID array.

ulPID[MIN_DIMENSION]

Array of PIDs that identify packets of program data.

Requirements

Requirement Value
Header bdatypes.h (include Bdatypes.h)

See also

KSPROPERTY_BDA_CA_SET_PROGRAM_PIDS

KSPROPSETID_BdaCA