Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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) |