Elaztek Developer Hub
Blamite Game Engine - Strings  00386.06.16.23.0646.blamite
A library containing general purpose utilities and classes for use in multiple projects.
BlamWin32ResourceData Struct Reference

Structure to bundle together resource data. More...

#include <res.h>

Public Attributes

int id
 The ID of the resource. More...
 
void * resource_pointer
 Address of the resource data. More...
 
DWORD size
 Size of the resource data. More...
 

Detailed Description

Structure to bundle together resource data.

Member Data Documentation

◆ id

int BlamWin32ResourceData::id

The ID of the resource.

◆ resource_pointer

void* BlamWin32ResourceData::resource_pointer

Address of the resource data.

◆ size

DWORD BlamWin32ResourceData::size

Size of the resource data.


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