Process Hacker
_PH_STRING_BUILDER Struct Reference

A string builder structure. More...

#include <phbase.h>

Data Fields

SIZE_T AllocatedLength
 Allocated length of the string, not including the null terminator.
 
PPH_STRING String
 The constructed string.
 

Detailed Description

A string builder structure.

The string builder object allows you to easily construct complex strings without allocating a great number of strings in the process.

Definition at line 2164 of file phbase.h.

Field Documentation

SIZE_T AllocatedLength

Allocated length of the string, not including the null terminator.

Definition at line 2167 of file phbase.h.

PPH_STRING String

The constructed string.

String will be allocated for AllocatedLength, we will modify the Length field to be the correct length.

Definition at line 2173 of file phbase.h.


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