ERRINFO
Appearance
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