Open an resource for use
Source position: exec.pas line 1259
function OpenResource( |
const resName: pCHAR |
):POINTER; |
const resName: string |
):POINTER; |
resName |
|
The name of the resource requested. |
A resource pointer if successful, else nil
resName |
|
The name of the resource requested. |
This function returns a pointer to a resource that was previously installed into the system.
There is no CloseResource() function.