PA_UnlockResourceHandle


version 2003


PA_UnlockResourceHandle (resfile; resHandle)

Parameter Type Description
resfile short File reference number of the file to access
resHandle PA_Handle Handle 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