RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Attributes | List of all members
Microsoft::PEFormat::ResourceDirectory::Entry< Key > Class Template Reference

Represents a single entry in the resource directory. More...

#include <peexe.h>

Public Attributes

Key identifier
 The value that identifiers the resource at the current level.
 
std::variant< std::shared_ptr< Resource >, std::shared_ptr< ResourceDirectory > > content
 The contents at this level, either the resource itself, or another level of resource directory.
 
uint32_t content_rva = 0
 The relative virtual address of the contents.
 

Detailed Description

template<typename Key>
class Microsoft::PEFormat::ResourceDirectory::Entry< Key >

Represents a single entry in the resource directory.


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