Jump to content

EAOP2: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== 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]]


==PEAOP2==
Pointer to EAOP2
typedef EAOP2 *PEAOP2;


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

Latest revision as of 18:13, 7 November 2017

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.

PEAOP2

Pointer to EAOP2

typedef EAOP2 *PEAOP2;