Condividi tramite


ALLOCATOR_PROPERTIES_EX struttura (ksproxy.h)

La struttura ALLOCATOR_PROPERTIES_EX è destinata all'uso del proxy e non è consigliata per l'uso dell'applicazione. ALLOCATOR_PROPERTIES_EX contiene informazioni che descrivono le proprietà di un allocatore.

Sintassi

typedef struct _ALLOCATOR_PROPERTIES_EX {
  long                 cBuffers;
  long                 cbBuffer;
  long                 cbAlign;
  long                 cbPrefix;
  GUID                 MemoryType;
  GUID                 BusType;
  PIPE_STATE           State;
  PIPE_TERMINATION     Input;
  PIPE_TERMINATION     Output;
  ULONG                Strategy;
  ULONG                Flags;
  ULONG                Weight;
  KS_LogicalMemoryType LogicalMemoryType;
  PIPE_ALLOCATOR_PLACE AllocatorPlace;
  PIPE_DIMENSIONS      Dimensions;
  KS_FRAMING_RANGE     PhysicalRange;
  IKsAllocatorEx       *PrevSegment;
  ULONG                CountNextSegments;
  IKsAllocatorEx       **NextSegments;
  ULONG                InsideFactors;
  ULONG                NumberPins;
} ALLOCATOR_PROPERTIES_EX;

Members

cBuffers

cbBuffer

cbAlign

cbPrefix

MemoryType

BusType

State

Input

Output

Strategy

Flags

Weight

LogicalMemoryType

AllocatorPlace

Dimensions

PhysicalRange

PrevSegment

CountNextSegments

NextSegments

InsideFactors

NumberPins

Requisiti

Requisito Valore
Intestazione ksproxy.h (includere Ksproxy.h)