WMI_CHANGER_PROBLEM_DEVICE_ERROR - NtDoc

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

typedef struct _WMI_CHANGER_PROBLEM_DEVICE_ERROR {
  ULONG ChangerProblemType;
} WMI_CHANGER_PROBLEM_DEVICE_ERROR, *PWMI_CHANGER_PROBLEM_DEVICE_ERROR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wmidata-_wmi_changer_problem_device_error)

_WMI_CHANGER_PROBLEM_DEVICE_ERROR structure

Description

When the ChangerPerformDiagnostics routine performs diagnostic tests on a changer device it returns the results in a WMI_CHANGER_PROBLEM_DEVICE_ERROR structure.

Members

ChangerProblemType

Contains one of the enumeration values defined for the CHANGER_DEVICE_PROBLEM_TYPE enumeration data type. The minidriver sets ChangerProblemType to the appropriate enumerator value.

Syntax

typedef struct _WMI_CHANGER_PROBLEM_DEVICE_ERROR {
  ULONG ChangerProblemType;
} WMI_CHANGER_PROBLEM_DEVICE_ERROR, *PWMI_CHANGER_PROBLEM_DEVICE_ERROR;

See also

CHANGER_DEVICE_PROBLEM_TYPE

ChangerPerformDiagnostics