KSP_NODE_ESPID - NtDoc

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

typedef struct {
  KSP_NODE Property;
  ULONG    EsPid;
} KSP_NODE_ESPID, *PKSP_NODE_ESPID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdamedia-ksp_node_espid)

KSP_NODE_ESPID structure

Description

The KSP_NODE_ESPID structure describes property and node type for an Entitlement Control Message (ECM) map node along with the packet identifier (PID) for an elementary stream that the ECM map node processes.

Members

Property

KSP_NODE structure that describes a property and node type.

EsPid

Packet identifier (PID) that identifies packets in the elementary stream.

See also

KSP_NODE