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