ERRINFO: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== ERRINFO == | == ERRINFO == | ||
Error-information structure | Error-information structure | ||
=== Type === | === Type === | ||
[[ULONG]] cbFixedErrInfo | |||
[[ | [[ERRORID]] idError | ||
[[ | ULONG cDetailLevel | ||
ULONG offaoffszMsg | |||
ULONG offBinaryData | |||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
cbFixedErrInfo Length of fixed data to this structure | cbFixedErrInfo Length of fixed data to this structure | ||
idError Error identity | idError Error identity | ||
Line 22: | Line 18: | ||
offaoffszMsg Offset to the array of message offsets | offaoffszMsg Offset to the array of message offsets | ||
offBinaryData Offset to the binary data | offBinaryData Offset to the binary data | ||
[[Category: | [[Category:Data type]] |
Revision as of 22:24, 19 October 2016
ERRINFO
Error-information structure
Type
ULONG cbFixedErrInfo ERRORID idError ULONG cDetailLevel ULONG offaoffszMsg ULONG offBinaryData
C Declaration Method
typedef struct
Fields
cbFixedErrInfo Length of fixed data to this structure idError Error identity cDetailLevel Number of levels of detail offaoffszMsg Offset to the array of message offsets offBinaryData Offset to the binary data