Expand description
Support for string types that can be read from a process’s memory.
Structs§
- ArrayC
String - A nul-terminated string that is stored in an array of a fixed size
N
. This can be read from a process’s memory. - Array
String - A string with a fixed capacity.
- ArrayW
String - A nul-terminated wide string (16-bit characters) that is stored in an array
of a fixed size of
N
characters. This can be read from a process’s memory.