Jump to content

ERRINFO

From EDM2
Revision as of 05:58, 30 October 2011 by Martini (talk | contribs)

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

Back to OS/2 API