estructura ALLOCATOR_PROPERTIES_EX (ksproxy.h)
La estructura de ALLOCATOR_PROPERTIES_EX es para el uso de proxy y no se recomienda para el uso de la aplicación. ALLOCATOR_PROPERTIES_EX contiene información que describe las propiedades de un asignador.
Sintaxis
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;
Miembros
cBuffers
cbBuffer
cbAlign
cbPrefix
MemoryType
BusType
State
Input
Output
Strategy
Flags
Weight
LogicalMemoryType
AllocatorPlace
Dimensions
PhysicalRange
PrevSegment
CountNextSegments
NextSegments
InsideFactors
NumberPins
Requisitos
Requisito | Valor |
---|---|
Header | ksproxy.h (incluya Ksproxy.h) |