|
Process Hacker
|
A 16-bit string object, which supports UTF-16. More...
#include <phbase.h>
Data Fields | |
| union { | |
| PH_STRINGREF sr | |
| struct { | |
| SIZE_T Length | |
| The length, in bytes, of the string. | |
| PWCH Buffer | |
| The buffer containing the contents of the string. | |
| } | |
| }; | |
| union { | |
| WCHAR Data [1] | |
| struct { | |
| ULONG AllocationFlags | |
| Reserved. | |
| PVOID Allocation | |
| Reserved. | |
| } | |
| }; | |
A 16-bit string object, which supports UTF-16.
| union { ... } |
| union { ... } |
| PWCH Buffer |
| PH_STRINGREF sr |