Data Fields | |
| TCHAR | val [CFG_STR_LEN+1] |
| The value of the entry. | |
| CBSERINFO | typ |
| Type of the value in val. | |
| _cbsientry * | next |
| Pointer to the next element in the list. | |
| struct _cbsientry* _cbsientry::next |
Pointer to the next element in the list.
Type of the value in val.
| TCHAR _cbsientry::val[CFG_STR_LEN+1] |
The value of the entry.
Eg. serial port name, name of the bauf, parity, number of databits or stopbits.
1.4.7