OpenCore
1.0.4
OpenCore Bootloader
|
#include <fsw_core.h>
Data Fields | |
int | type |
Encoding of the string - empty, ISO-8859-1, UTF8, UTF16. | |
int | len |
Length in characters. | |
int | size |
Total data size in bytes. | |
void * | data |
Data pointer (may be NULL if type is EMPTY or len is zero) | |
Core: A string with explicit length and encoding information.
Definition at line 173 of file fsw_core.h.
void* fsw_string::data |
Data pointer (may be NULL if type is EMPTY or len is zero)
Definition at line 177 of file fsw_core.h.
int fsw_string::len |
Length in characters.
Definition at line 175 of file fsw_core.h.
int fsw_string::size |
Total data size in bytes.
Definition at line 176 of file fsw_core.h.
int fsw_string::type |
Encoding of the string - empty, ISO-8859-1, UTF8, UTF16.
Definition at line 174 of file fsw_core.h.