libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::windows::pe::FILE_INFO Class Referenceabstract

A common base class for VS_VERSIONINFO types. More...

#include <FILE_INFO.hh>

Inheritance diagram for introvirt::windows::pe::FILE_INFO:

Public Member Functions

virtual uint16_t wLength () const =0
 
virtual uint16_t wValueLength () const =0
 
virtual uint16_t wType () const =0
 
virtual const std::string & szKey () const =0
 
virtual guest_ptr< void > pChildren () const =0
 
virtual ~FILE_INFO ()=default
 

Detailed Description

A common base class for VS_VERSIONINFO types.

Constructor & Destructor Documentation

◆ ~FILE_INFO()

virtual introvirt::windows::pe::FILE_INFO::~FILE_INFO ( )
virtualdefault

Member Function Documentation

◆ pChildren()

virtual guest_ptr< void > introvirt::windows::pe::FILE_INFO::pChildren ( ) const
pure virtual

◆ szKey()

virtual const std::string & introvirt::windows::pe::FILE_INFO::szKey ( ) const
pure virtual

◆ wLength()

virtual uint16_t introvirt::windows::pe::FILE_INFO::wLength ( ) const
pure virtual

◆ wType()

virtual uint16_t introvirt::windows::pe::FILE_INFO::wType ( ) const
pure virtual

◆ wValueLength()

virtual uint16_t introvirt::windows::pe::FILE_INFO::wValueLength ( ) const
pure virtual

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