Description


Include file: xreslib.h

Functions

XResourceLibrary

Parameters

XProcess * theOwner A pointer to the owning process. Every resource which is build from the library will be owned by this process
char * thePath path of the library without extension ".DLL". If the path is empty, a resource library will be created with the resources which are linked to the exe-file. If the file cannot be found an error ocures. Default is NULL.

Remarks

Constructs a resource library.

Exceptions

If the method fails an exception of the type XException is thrown.

~XResourceLibrary

Remarks

Destructs a resource library.

LoadString

Parameters

XString * string variable which will get the string
ULONG theResourceID the ID of the string

Remarks

Loads a string out of the library.

Exceptions

If the method fails an exception of the type XException is thrown.


This document was generated by Jens von Pilgrim's Autodoc