Jump to content

ERRINFO: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
 
Anakor (talk | contribs)
m Format
Line 5: Line 5:
=== Type ===
=== Type ===


typedef struct _ERRINFO
  [[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 ====
} ERRINFO;
 
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