CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSStream.Lock
TCPSStream
Top 

Locks stream object for using by current thread.

Delphi syntax:
procedure Lock;

C++ syntax:
void __fastcall
Lock(void);

Description
Lock is designed for making a group of operations thread-safe. You can call it before running them and call Unlock after.



© AidAim Software CryptoPressStream: