estrutura ALLOCATOR_PROPERTIES_EX (ksproxy.h)

A estrutura ALLOCATOR_PROPERTIES_EX é para uso de proxy e não é recomendada para uso do aplicativo. ALLOCATOR_PROPERTIES_EX contém informações que descrevem as propriedades de um alocador.

Sintaxe

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;

Membros

cBuffers

cbBuffer

cbAlign

cbPrefix

MemoryType

BusType

State

Input

Output

Strategy

Flags

Weight

LogicalMemoryType

AllocatorPlace

Dimensions

PhysicalRange

PrevSegment

CountNextSegments

NextSegments

InsideFactors

NumberPins

Requisitos

Requisito Valor
Cabeçalho ksproxy.h (inclua Ksproxy.h)