Difference between the WaitFor function for TMutex delphi and the equivalent in win32 API

Posted by nelson on Stack Overflow See other posts from Stack Overflow or by nelson
Published on 2010-05-27T23:53:32Z Indexed on 2010/05/28 5:21 UTC
Read the original article Hit count: 246

Filed under:

The documentation of delphi says that the WaitFor function for TMutex and others sychronization objects wait until a handle of object is signaled.But this function also guarantee the ownership of the object for the caller?

© Stack Overflow or respective owner

Related posts about delphi