cgv
|
information registered with each resource file More...
#include <register.h>
Public Member Functions | |
resource_file_info (unsigned int _file_offset=0, unsigned int _file_length=0, const char *_file_data=0, const std::string &_source_file="") | |
construct resource file info | |
Public Attributes | |
unsigned int | file_offset |
at which location the resource file starts within the executable or dll | |
unsigned int | file_length |
length of the resource file in bytes | |
const char * | file_data |
pointer to | |
std::string | source_file |
name of | |
information registered with each resource file