KSDEGRADE - NtDoc

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

struct KSDEGRADE {
  GUID Set;
  ULONG Id;
  ULONG Flags;
};
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (ksdegrade-structure)

KSDEGRADE structure

The KSDEGRADE structure contains specifics of degradation strategies.

[!NOTE] The KSDEGRADE typedef is an alias for the KSIDENTIFIER structure. As such, their definitions are identical.

Members

Set

Specifies the globally unique set identifier.

Id

Specifies the set-specific identifier for an item within the set.

Flags

Contains a ULONG value that specifies either the current percentage of degradation, expressed in parts per thousand (where a value of 1000 represents no degradation), or specifies the amount of time in native units as specified by the interface.

Remarks

The Flags member can contain different values based on the type of signal degradation that the client employs. See Quality Management for more details on different strategies for solving quality management problems by reducing signal quality.

Because Flags contains a ULONG value, multiple Skip requests may be needed to remedy a quality management issue.

Requirements

Header: ks.h (include Ks.h)

See also

KSIDENTIFIER

KSDEGRADE_STANDARD

KSPROPERTY_STREAM_RATECAPABILITY

KSPROPERTY_STREAM_TIMEFORMAT

Quality Management