Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The KSSTREAMALLOCATOR_STATUS structure describes framing requirements and current number of allocated frames for a specific allocator.
Syntax
typedef struct {
KSALLOCATOR_FRAMING Framing;
ULONG AllocatedFrames;
ULONG Reserved;
} KSSTREAMALLOCATOR_STATUS, *PKSSTREAMALLOCATOR_STATUS;
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.
Requirements
| Requirement | Value |
|---|---|
| Header | ks.h (include Ks.h) |