GC_PARM
typedef union { short shortvalue; unsigned long ulongvalue; long longvalue; int intvalue; unsigned int uintvalue; char charvalue; char *paddress; void *pstruct; } GC_PARM;Description
The GC_PARM is a union of data types. The union definition is shown above.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation