PIPE_TERMINATION structure (ksproxy.h)

The PIPE_TERMINATION structure is for proxy use and not recommended for application use. PIPE_TERMINATION contains information that describes the pin terminator of a pipe.

Syntax

typedef struct _PIPE_TERMINATION {
  ULONG                     Flags;
  ULONG                     OutsideFactors;
  ULONG                     Weigth;
  KS_FRAMING_RANGE          PhysicalRange;
  KS_FRAMING_RANGE_WEIGHTED OptimalRange;
  KS_COMPRESSION            Compression;
} PIPE_TERMINATION;

Members

Flags

OutsideFactors

Weigth

PhysicalRange

OptimalRange

Compression

Requirements

Requirement Value
Header ksproxy.h (include Ksproxy.h)