Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |
|