ALLOCATOR_PROPERTIES_EX 结构 (ksproxy.h)
ALLOCATOR_PROPERTIES_EX结构用于代理,不建议用于应用程序。 ALLOCATOR_PROPERTIES_EX包含描述分配器属性的信息。
语法
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;
成员
cBuffers
cbBuffer
cbAlign
cbPrefix
MemoryType
BusType
State
Input
Output
Strategy
Flags
Weight
LogicalMemoryType
AllocatorPlace
Dimensions
PhysicalRange
PrevSegment
CountNextSegments
NextSegments
InsideFactors
NumberPins
要求
要求 | 值 |
---|---|
Header | ksproxy.h (包括 Ksproxy.h) |