Jump to content

EAOP2: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== EAOP2 ==
== EAOP2 ==
EAOP2 data structure.
EAOP2 data structure.


=== Type ===  
=== Type ===  
 
  [[PGEA2LIST]]  fpGEA2List
  [[OS2 API:DataType:PGEA2LIST|PGEA2LIST]]  fpGEA2List
  [[PFEA2LIST]]  fpFEA2List
  [[OS2 API:DataType:PFEA2LIST|PFEA2LIST]]  fpFEA2List
  [[ULONG]]      oError
  [[OS2 API:DataType:ULONG|ULONG]]      oError


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


=== Fields ===
=== Fields ===
 
;fpGEA2List:GEA set.
fpGEA2List GEA set.
;fpFEA2List:FEA set.
fpFEA2List FEA set.
;oError:Offset of FEA error.
oError     Offset of FEA error.
 
[[OS2_API | Back to OS/2 API]]
 


[[Category:The OS/2 API Project]]
[[Category:Data type]]

Revision as of 13:40, 31 October 2016

EAOP2

EAOP2 data structure.

Type

PGEA2LIST  fpGEA2List
PFEA2LIST  fpFEA2List
ULONG      oError

C Declaration Method

typedef struct

Fields

fpGEA2List
GEA set.
fpFEA2List
FEA set.
oError
Offset of FEA error.