PREV TOC HOME INDEX NEXT


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.


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated February, 2003