// bdatypes.h
typedef struct _BDA_PROGRAM_PID_LIST {
ULONG ulProgramNumber;
ULONG ulcPIDs;
ULONG ulPID[MIN_DIMENSION];
} BDA_PROGRAM_PID_LIST, *PBDA_PROGRAM_PID_LIST;
View the official Windows Driver Kit DDI referenceNo description available.
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).
ulProgramNumberNumber of the program to be viewed.
ulcPIDsNumber of PIDs in the ulPID array.
ulPIDArray of PIDs that identify packets of program data.
KSPROPERTY_BDA_CA_SET_PROGRAM_PIDS