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.
This structure defines an AXE error.
Syntax
struct AxeErrorInfo {
DWORD size;
IssueType Kind;
HRESULT ErrorValue;
const WCHAR *Message;
};
Members
-
size
-
The number of bytes in the structure. Used to detect different versions of structure.
-
Kind
-
The type of issue, an IssueType.
-
ErrorValue
-
The HRESULT error value that occurred during the operation.
-
Message
-
Describes the error.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|