KSQUALITY_MANAGER - NtDoc

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

typedef struct {
  HANDLE QualityManager;
  PVOID  Context;
} KSQUALITY_MANAGER, *PKSQUALITY_MANAGER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSQUALITY_MANAGER structure

Description

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.

Members

QualityManager

Specifies a handle to the quality manager sink receiving the KSQUALITY complaint structures.

Context

Specifies 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.

See also

KSPROPERTY_STREAM_QUALITY

KSQUALITY