KSSTREAMALLOCATOR_STATUS - NtDoc

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

typedef struct {
  KSALLOCATOR_FRAMING Framing;
  ULONG               AllocatedFrames;
  ULONG               Reserved;
} KSSTREAMALLOCATOR_STATUS, *PKSSTREAMALLOCATOR_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-ksstreamallocator_status)

KSSTREAMALLOCATOR_STATUS structure

Description

The KSSTREAMALLOCATOR_STATUS structure describes framing requirements and current number of allocated frames for a specific allocator.

Members

Framing

A KSALLOCATOR_FRAMING structure that contains the framing specified when the allocator was created.

AllocatedFrames

Contains the current number of allocated frames. This value changes on an extremely frequent basis.

Reserved

Reserved and set to zero.

Remarks

Clients can query allocator status by providing a KSSTREAMALLOCATOR_STATUS structure in a KSPROPERTY_STREAMALLOCATOR_STATUS property request.

See also

KSALLOCATOR_FRAMING

KSPROPERTY_STREAMALLOCATOR_STATUS