KSSTREAMALLOCATOR_STATUS_EX structure (ks.h)

Client use KSSTREAMALLOCATOR_STATUS_EX to query the status for allocators supporting the extended allocator framing.

Syntax

typedef struct {
  KSALLOCATOR_FRAMING_EX Framing;
  ULONG                  AllocatedFrames;
  ULONG                  Reserved;
} KSSTREAMALLOCATOR_STATUS_EX, *PKSSTREAMALLOCATOR_STATUS_EX;

Members

Framing

Contains the framing specified when the allocator was created.

AllocatedFrames

Contains the current number of allocated frames.

Reserved

Reserved and set to zero.

Remarks

KSSTREAMALLOCATOR_STATUS_EX corresponds closely to KSSTREAMALLOCATOR_STATUS except that instead of passing back a KSALLOCATOR_FRAMING, it passes back the extended structure.

Requirements

Requirement Value
Header ks.h (include Ks.h)