BDA_PID_UNMAP - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bdatypes.h

typedef struct _BDA_PID_UNMAP {
  ULONG ulcPIDs;
  ULONG aulPIDs[MIN_DIMENSION];
} BDA_PID_UNMAP, *PBDA_PID_UNMAP;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_BDA_PID_UNMAP structure

Description

The BDA_PID_UNMAP structure describes packet types to stop filtering from the input stream of a packet identifier (PID) filter. These packet types are identified with PIDs.

Members

ulcPIDs

Number of PIDs in the aulPIDs array.

aulPIDs

Array of PIDs that identify packets to unmap from the output of a PID filter.

See also

BDA_PID_MAP

KSPROPSETID_BdaPIDFilter

MEDIA_SAMPLE_CONTENT