// ks.h
typedef struct {
HANDLE QualityManager;
PVOID Context;
} KSQUALITY_MANAGER, *PKSQUALITY_MANAGER;
View the official Windows Driver Kit DDI referenceNo description available.
The KSQUALITY_MANAGER structure is used with the KSPROPERTY_STREAM_QUALITY property and contains the handle of the quality manager sink and a context to pass in the quality complaints.
QualityManagerSpecifies a handle to the quality manager sink receiving the KSQUALITY complaint structures.
ContextSpecifies the context parameter to use when reporting quality problems. The context is used by the quality manager to distinguish between various clients that can send complaints to the same file object.