Jump to content

ERRINFO

From EDM2
Revision as of 02:24, 23 May 2005 by Anakor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ERRINFO

Error-information structure

Type

typedef struct _ERRINFO {

ULONG   cbFixedErrInfo;
ERRORID idError;
ULONG   cDetailLevel;
ULONG   offaoffszMsg;
ULONG   offBinaryData;

} ERRINFO;

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