TCriticalSectionHandlerTryEnter
Function prototype for TryEnterCriticalsection
Declaration
Source position: threadh.inc line 53
Type
TCriticalSectionHandlerTryEnter = function(var cs) : LongInt
Description
TCriticalSectionHandlerTryEnter is the function prototype for the TryEnterCriticalsection function, in the TThreadManager record's TryEnterCriticalSection field.
See also
| Name | Description |
|---|---|
| GetThreadManager | Return the current thread manager |
| TryEnterCriticalsection | Try entering a critical section |
| TThreadManager | Thread manager record. |