Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

res_info Struct Reference

Stores information needed for resource_painter and tile_resource_painter to load the resource (for further information view LoadImage() in your MSDN). More...

List of all members.

Public Member Functions

 res_info (unsigned nResource, unsigned uType, int cx=0, int cy=0, unsigned fuLoad=LR_DEFAULTCOLOR|LR_DEFAULTSIZE, HINSTANCE hInst=module_handle())
 res_info (const char *pchResource, unsigned uType, int cx=0, int cy=0, unsigned fuLoad=LR_DEFAULTCOLOR|LR_DEFAULTSIZE, HINSTANCE hInst=module_handle())

Static Public Member Functions

HINSTANCE module_handle ()

Public Attributes

const char * pchResource_
unsigned uType_
int cx_
int cy_
unsigned fuLoad_
HINSTANCE hInst_


Detailed Description

Stores information needed for resource_painter and tile_resource_painter to load the resource (for further information view LoadImage() in your MSDN).




by Steven Weiss. You can contact me at steven11@gmx.de.