KSERROR structure (ks.h)
The KSERROR structure is used to report streaming errors in both kernel and user mode to their respective quality managers.
Syntax
typedef struct {
PVOID Context;
ULONG Status;
} KSERROR, *PKSERROR;
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.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |