Jump to content

ERRINFO: Difference between revisions

From EDM2
Anakor (talk | contribs)
m Format
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== ERRINFO ==
Error-information structure
Error-information structure


=== Type ===
=== Type ===
 
  [[ULONG]]  cbFixedErrInfo
  [[OS2 API:DataType:ULONG|ULONG]]  cbFixedErrInfo
  [[ERRORID]] idError
  [[OS2 API:DataType:ERRORID|ERRORID]] idError
  ULONG  cDetailLevel
  [[OS2 API:DataType:ULONG|ULONG]]   cDetailLevel
  ULONG  offaoffszMsg
  [[OS2 API:DataType:ULONG|ULONG]]   offaoffszMsg
  ULONG  offBinaryData
  [[OS2 API:DataType:ULONG|ULONG]]   offBinaryData


==== C Declaration Method ====
==== C Declaration Method ====
typedef struct
typedef struct


=== Fields ===
=== Fields ===
  cbFixedErrInfo Length of fixed data to this structure
  cbFixedErrInfo Length of fixed data to this structure
  idError        Error identity
  idError        Error identity
Line 22: Line 17:
  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
[[Category:PM Data type]]

Latest revision as of 06:24, 21 February 2020

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