#include <sif-io.h>
Data Fields | |
| char * | key |
| The key identifier of this meta-data field. | |
| char * | value |
| The value of this meta-data field. | |
| unsigned long | key_length |
| The number of bytes to store the key and its null terminator. | |
| unsigned long | value_length |
| The number of bytes to store the value. If the value is binary, the null terminator is included in this count. | |
| sif_meta_data * | next |
| A pointer to the next meta-data field. The value is NULL if there is no next meta-data field. | |
| char* sif_meta_data::key |
The key identifier of this meta-data field.
| unsigned long sif_meta_data::key_length |
The number of bytes to store the key and its null terminator.
| struct sif_meta_data* sif_meta_data::next |
A pointer to the next meta-data field. The value is NULL if there is no next meta-data field.
| char* sif_meta_data::value |
The value of this meta-data field.
| unsigned long sif_meta_data::value_length |
The number of bytes to store the value. If the value is binary, the null terminator is included in this count.
1.4.7