Jump to content

ERRINFO: Difference between revisions

From EDM2
Anakor (talk | contribs)
m Format
No edit summary
Line 22: Line 22:
  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
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 05:58, 30 October 2011

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