OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
fsw_string Struct Reference

#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)
 

Detailed Description

Core: A string with explicit length and encoding information.

Definition at line 173 of file fsw_core.h.

Field Documentation

◆ data

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.

◆ len

int fsw_string::len

Length in characters.

Definition at line 175 of file fsw_core.h.

◆ size

int fsw_string::size

Total data size in bytes.

Definition at line 176 of file fsw_core.h.

◆ type

int fsw_string::type

Encoding of the string - empty, ISO-8859-1, UTF8, UTF16.

Definition at line 174 of file fsw_core.h.


The documentation for this struct was generated from the following file: