Remove a resource from the system
Source position: exec.pas line 1273
procedure RemResource( |
resource: POINTER |
); |
resource |
|
A pointer to a resource node |
This function removes an existing resource from the system resource list. There must be no outstanding users of the resource.
|
Add a resource to the system |