Description |
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).
XResource |
ULONG theResourceID the ID of the resource
XResourceLibrary * theLib pointer to the library which contains the resource.
Constructs a resource. Resources are defined by an ID and a XResourceLibrary which contains the resource.