Zydis  v2.0.0-beta1
ZydisString_ Struct Reference

Defines the ZydisString struct. More...

#include <String.h>

Data Fields

char * buffer
 The buffer that contains the actual string (0-termination is optional!). More...
 
ZydisUSize length
 The length of the string (without 0-termination). More...
 
ZydisUSize capacity
 The total buffer capacity. More...
 

Detailed Description

Defines the ZydisString struct.

Field Documentation

◆ buffer

char* buffer

The buffer that contains the actual string (0-termination is optional!).

◆ capacity

ZydisUSize capacity

The total buffer capacity.

◆ length

ZydisUSize length

The length of the string (without 0-termination).


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