GC_PARM_ID
typedef struct { unsigned short set_ID; /* Set ID */ unsigned short parm_ID; /* Parm ID */ unsigned char value_type; /* Value type, its defines listed in gccfgparm.h */ unsigned char update_perm; /* Update permission */ } GC_PARM_ID, *GC_PARM_IDP;Description
The GC_PARM_ID data structure contains configuration information returned by a gc_QueryConfigData( ) query.
Field Descriptions
The fields of GC_PARM_ID are described as follows:
- set_id
- the set ID of the parameter
- parm_id
- the parameter ID of the parameter
- value_type
- the data type of the value for this parameter (for example, int, long, etc.)
- update_perm
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation