KSERROR - NtDoc

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

typedef struct {
  PVOID Context;
  ULONG Status;
} KSERROR, *PKSERROR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSERROR structure

Description

The KSERROR structure is used to report streaming errors in both kernel and user mode to their respective quality managers.

Members

Context

Specifies a context parameter that was originally passed to the connection.

Status

Specifies the NTSTATUS error.

Remarks

Streaming error notifications can be generated against the quality management sink, if assigned. The same method of proxying quality management complaints is used for forwarding error reports for DirectShow graphs.

For more information, see Quality Management.

See also

KSDEGRADE

KSDEGRADE_STANDARD

KSPROPERTY_QUALITY_ERROR