Name
hw_UnLock -- close a file system object lock (V6.0)
Synopsis
void hw_UnLock(APTR handle);
Function
This function closes the specified file system object lock allocated by hw_Lock().

This function is thread-safe.

Designer compatibility
Supported since Designer 4.0

Inputs
handle
object handle returned by hw_Lock()

Show TOC