// ks.h
typedef enum {
KSPROPERTY_STREAMALLOCATOR_FUNCTIONTABLE,
KSPROPERTY_STREAMALLOCATOR_STATUS
} KSPROPERTY_STREAMALLOCATOR;
View the official Windows Driver Kit DDI referenceNo description available.
KSPROPERTY_STREAMALLOCATOR_FUNCTIONTABLESpecify to retrieve the function table of the allocator.
KSPROPERTY_STREAMALLOCATOR_STATUSSpecify to retrieve the current status of the specified allocator.