Description


Include file: xres.h

Overview

The class XResource describes resources used in an application. A resource may be an icon, a dialog template a menubar etc. An resource is decribed in the class XResource with an ID and a library (XResourceLibrary). The resources may reside in the EXE-file or in a resource-DLL (see XResouceLibrary for details).

Functions

XResource

Parameters

ULONG theResourceID the ID of the resource
XResourceLibrary * theLib pointer to the library which contains the resource.

Remarks

Constructs a resource. Resources are defined by an ID and a XResourceLibrary which contains the resource.


This document was generated by Jens von Pilgrim's Autodoc