KSPROPERTY_STREAMALLOCATOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

typedef enum {
  KSPROPERTY_STREAMALLOCATOR_FUNCTIONTABLE,
  KSPROPERTY_STREAMALLOCATOR_STATUS
} KSPROPERTY_STREAMALLOCATOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ks-ksproperty_streamallocator)

KSPROPERTY_STREAMALLOCATOR enumeration

Description

Constants

KSPROPERTY_STREAMALLOCATOR_FUNCTIONTABLE

Specify to retrieve the function table of the allocator.

KSPROPERTY_STREAMALLOCATOR_STATUS

Specify to retrieve the current status of the specified allocator.