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
요구 사항
요구 사항 | 값 |
---|---|
헤더 | ksproxy.h(Ksproxy.h 포함) |