Docs » Autodocs » exec.library » OpenResource
OpenResource -- gain access to a resource
resource = OpenResource(resName) D0 A1 APTR OpenResource(STRPTR);
This function returns a pointer to a resource that was previously installed into the system. There is no CloseResource() function.
resName - the name of the resource requested.
resource - if successful, a resource pointer, else NULL
|