EDCS Reference Manual
Types
EDCS_Group_Pair
/*
 * STRUCT: EDCS_Group_Pair
 *
 *   This data type is used to hold EDCS_Group_Code /
 *   EDCS_Organization_Schema_Code pairs.
 */
typedef struct
{

EDCS_Group_Code eg_code;
EDCS_Organization_Schema_Code eo_code;
} EDCS_Group_Pair;



Prev: EDCS_Group_Label. Next: EDCS_Integer.


Return to: Top of this Page, Type Index