MetaData
Overview
Related Modules:
Description:
Defines the metadata information in a ModuleInfo object.
Summary
Data Fields
| Variable Name | Description |
|---|---|
| name | char |
| value | char |
| extra | char * |
Details
Field Documentation
extra
1. char* MetaData::extra
Description:
Extra data. You can customize this field as required.
name
1. char* MetaData::name
Description:
Pointer to the metadata name
value
1. char* MetaData::value
Description:
Pointer to the metadata value
