ERRINFO: Difference between revisions
Appearance
No edit summary |
m Format |
||
Line 5: | Line 5: | ||
=== Type === | === Type === | ||
[[OS2 API:DataType:ULONG|ULONG]] cbFixedErrInfo | |||
[[OS2 API:DataType:ERRORID|ERRORID]] idError | |||
[[OS2 API:DataType:ULONG|ULONG]] cbFixedErrInfo | [[OS2 API:DataType:ULONG|ULONG]] cDetailLevel | ||
[[OS2 API:DataType:ERRORID|ERRORID]] idError | [[OS2 API:DataType:ULONG|ULONG]] offaoffszMsg | ||
[[OS2 API:DataType:ULONG|ULONG]] cDetailLevel | [[OS2 API:DataType:ULONG|ULONG]] offBinaryData | ||
[[OS2 API:DataType:ULONG|ULONG]] offaoffszMsg | |||
[[OS2 API:DataType:ULONG|ULONG]] offBinaryData | ==== C Declaration Method ==== | ||
typedef struct | |||
=== Fields === | === Fields === |
Revision as of 15:43, 27 May 2005
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