Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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 |
|