#include <IMAGE_DEBUG_DIRECTORY.hh>
◆ ~IMAGE_DEBUG_DIRECTORY()
| virtual introvirt::windows::pe::IMAGE_DEBUG_DIRECTORY::~IMAGE_DEBUG_DIRECTORY |
( |
| ) |
|
|
virtualdefault |
◆ Characteristics()
| virtual uint32_t introvirt::windows::pe::IMAGE_DEBUG_DIRECTORY::Characteristics |
( |
| ) |
const |
|
pure virtual |
◆ codeview_data()
| virtual const CV_INFO * introvirt::windows::pe::IMAGE_DEBUG_DIRECTORY::codeview_data |
( |
| ) |
const |
|
pure virtual |
Get the codeview data, if the Type is IMAGE_DEBUG_TYPE_CODEVIEW.
- Returns
- The CV_INFO data, or nullptr if Type is not IMAGE_DEBUG_TYPE_CODEVIEW
- Examples
- ivguestinfo.cc.
◆ MajorVersion()
| virtual uint16_t introvirt::windows::pe::IMAGE_DEBUG_DIRECTORY::MajorVersion |
( |
| ) |
const |
|
pure virtual |
◆ MinorVersion()
| virtual uint16_t introvirt::windows::pe::IMAGE_DEBUG_DIRECTORY::MinorVersion |
( |
| ) |
const |
|
pure virtual |
◆ TimeDateStamp()
| virtual uint32_t introvirt::windows::pe::IMAGE_DEBUG_DIRECTORY::TimeDateStamp |
( |
| ) |
const |
|
pure virtual |
◆ Type()
| virtual ImageDebugType introvirt::windows::pe::IMAGE_DEBUG_DIRECTORY::Type |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: