Enters a critical section.
Source position: winapih.inc line 90
public procedure TWidgetSet.EnterCriticalSection( |
var CritSection: PtrUInt |
); virtual; |
CritSection |
|
The critical section object. |
The call returns only when the calling thread has obtained ownership of the critical section. See TryEnterCriticalSection for testing the ownership of the critical section.
|
Initializes a Critical Section object. |