|
uuu
uuu (Universal Update Utility), mfgtools 3.0
|
Structure to hold the raw data of a built-in script. More...
#include <buildincmd.h>
Public Attributes | |
| const char *const | m_name = nullptr |
| The name of the built-in script. | |
| const char *const | m_text = nullptr |
| The actual built-in script itself. | |
| const char *const | m_desc = nullptr |
| A description of the built-in script's purpose. | |
Structure to hold the raw data of a built-in script.
| const char* const BuiltInScriptRawData::m_desc = nullptr |
A description of the built-in script's purpose.
| const char* const BuiltInScriptRawData::m_name = nullptr |
The name of the built-in script.
| const char* const BuiltInScriptRawData::m_text = nullptr |
The actual built-in script itself.