Bitdefender Hypervisor Memory Introspection
_SERIALIZER_STRING Struct Reference

Describes a serialized string. More...

Data Fields

DWORD Length
 The length of the string. More...
 
BYTE Encode
 The encode type of the string (utf-8, utf-16). More...
 
CHAR String [0]
 The content of the string. More...
 

Detailed Description

Describes a serialized string.

Definition at line 54 of file serializers.c.

Field Documentation

◆ Encode

BYTE _SERIALIZER_STRING::Encode

The encode type of the string (utf-8, utf-16).

Definition at line 57 of file serializers.c.

Referenced by IntSerializeString().

◆ Length

DWORD _SERIALIZER_STRING::Length

The length of the string.

Definition at line 56 of file serializers.c.

Referenced by IntSerializeString().

◆ String

CHAR _SERIALIZER_STRING::String[0]

The content of the string.

Definition at line 58 of file serializers.c.

Referenced by IntSerializeString().


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