RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | 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 Member Functions

bool IsSubdirectory () const
 

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_offset = 0
 The offset of the contents within the section.
 

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: