Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When the ChangerPerformDiagnostics routine performs diagnostic tests on a changer device it returns the results in a WMI_CHANGER_PROBLEM_DEVICE_ERROR structure.
Syntax
typedef struct _WMI_CHANGER_PROBLEM_DEVICE_ERROR {
ULONG ChangerProblemType;
} WMI_CHANGER_PROBLEM_DEVICE_ERROR, *PWMI_CHANGER_PROBLEM_DEVICE_ERROR;
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.
Requirements
| Requirement | Value |
|---|---|
| Header | wmidata.h |