PA_UnlockResourceHandle

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_UnlockResourceHandle (resfile; resHandle)

ParameterTypeDescription
resfileshortFile reference number of the file to access
resHandlePA_HandleHandle of the resource to unlock

Description

The routine PA_UnlockResourceHandle unlocks the resource handle resHandle, previously locked with PA_LockResourceHandle.

Once unlocked, the resource can be purged from memory and is no longer marked as "locked" for the next time it is loaded.

See Also

About the internal resource manager, PA_LockResourceHandle.

Error Handling

Use PA_GetLastError to see if an error occurred


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next