14 lines
432 B
OpenEdge ABL
14 lines
432 B
OpenEdge ABL
|
|
/*--------------------------------------------------------------------------
|
|
Internal header file defining the datastructure for the environment
|
|
controller.
|
|
|
|
Mark Koennecke, Juli 1997
|
|
---------------------------------------------------------------------------*/
|
|
|
|
typedef struct __EnvMon {
|
|
pObjectDescriptor pDes;
|
|
int iList;
|
|
} EnvMon;
|
|
|