Docs » Autodocs » exec.library » RemResource
RemResource -- remove a resource from the system
RemResource(resource) A1 void RemResource(APTR);
This function removes an existing resource from the system resource list. There must be no outstanding users of the resource.
resource - pointer to a resource node
AddResource()
|