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