Process Hacker
_PH_BYTES_BUILDER Struct Reference

A byte string builder structure. More...

#include <phbase.h>

Data Fields

SIZE_T AllocatedLength
 Allocated length of the byte string, not including the null terminator.
 
PPH_BYTES Bytes
 The constructed byte string.
 

Detailed Description

A byte string builder structure.

This is similar to string builder, but is based on PH_BYTES and is suitable for general binary data.

Definition at line 2314 of file phbase.h.

Field Documentation

SIZE_T AllocatedLength

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

Definition at line 2317 of file phbase.h.

PPH_BYTES Bytes

The constructed byte string.

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

Definition at line 2323 of file phbase.h.


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