BDA_PROGRAM_PID_LIST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdatypes-_bda_program_pid_list)

_BDA_PROGRAM_PID_LIST structure

Description

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).

Members

ulProgramNumber

Number of the program to be viewed.

ulcPIDs

Number of PIDs in the ulPID array.

ulPID

Array of PIDs that identify packets of program data.

See also

KSPROPERTY_BDA_CA_SET_PROGRAM_PIDS

KSPROPSETID_BdaCA