Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 395 Bytes

RemResource.md

File metadata and controls

26 lines (15 loc) · 395 Bytes

NAME

RemResource -- remove a resource from the system

SYNOPSIS

    RemResource(resource)
               A1

    void RemResource(APTR);

FUNCTION

This function removes an existing resource from the system resource list. There must be no outstanding users of the resource.

INPUTS

resource - pointer to a resource node

SEE ALSO

AddResource