Jump to content

EAOP2: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== EAOP2 ==
EAOP2 data structure.
EAOP2 data structure.


Line 14: Line 13:
;fpFEA2List:FEA set.
;fpFEA2List:FEA set.
;oError:Offset of FEA error.
;oError:Offset of FEA error.
==PEAOP2==
Pointer to EAOP2
typedef EAOP2 *PEAOP2;


[[Category:Data type]]
[[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;