winapi_common
Public Member Functions | Public Attributes | List of all members
winapi::Resource Struct Reference

Resources embedded in a PE (Portable Executable). More...

Public Member Functions

 Resource (const void *data, std::size_t nb)
 
Buffer copy () const
 

Public Attributes

const void * data = nullptr
 
std::size_t nb = 0
 

Detailed Description

Resources embedded in a PE (Portable Executable).

Definition at line 15 of file resource.hpp.

Member Function Documentation

◆ copy()

Buffer winapi::Resource::copy ( ) const
inline

Extract resource data into a Buffer instance.

Definition at line 23 of file resource.hpp.


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