Data Fields | |
| int | export |
| Whether the variable should be exported. | |
| wchar_t | val [1] |
| The value of the variable. | |
Stores the value of a variable and whether it should be exported. Obviously, it needs to be allocated large enough to fit the value string.
1.4.4