|
Bitdefender Hypervisor Memory Introspection
|
Describes a string used for paths by the linux kernel (quick string). More...
#include <lixfiles.h>
Data Fields | |
| union { | |
| struct { | |
| DWORD Hash | |
| Unused by introcore. More... | |
| DWORD Length | |
| The length of the string. More... | |
| } | |
| QWORD HashLen | |
| The union between the Hash and the Length. More... | |
| }; | |
| QWORD | Name |
| A pointer to the string. More... | |
Describes a string used for paths by the linux kernel (quick string).
Definition at line 13 of file lixfiles.h.
| union { ... } |
| DWORD _LIX_QSTR::Hash |
Unused by introcore.
Definition at line 19 of file lixfiles.h.
| QWORD _LIX_QSTR::HashLen |
The union between the Hash and the Length.
Definition at line 23 of file lixfiles.h.
| DWORD _LIX_QSTR::Length |
The length of the string.
Definition at line 20 of file lixfiles.h.
Referenced by IntLixDentryGetName(), and IntLixFileReadDentry().
| QWORD _LIX_QSTR::Name |
A pointer to the string.
Definition at line 26 of file lixfiles.h.
Referenced by IntLixDentryGetName(), and IntLixFileReadDentry().