Closes the internal resource previously obtained from the AllocateResource() function. Similar to CloseFile(), except it takes a wrapped pointer as the argument. Always returns True .
closeResource ( resource as User ) As Boolean
| Argument | Type | Description |
|---|---|---|
| resource | User | The object handle previously returned by an AllocateResource() function call. |