Unlocks a shared object
void Unlock( ); |
This method unlocks an object previously locked using Lock(). Each call to Lock() from a particular thread requires a matching call to Unlock() before the object becomes available to other threads.
Header: xlpshared.h