JCL Help:TJclCriticalSectionEx

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

TJclCriticalSection
|
TJclCriticalSectionEx


Summary

Wrapper for a Win32 critical section object


Pascal

 public TJclCriticalSectionEx = class(TJclCriticalSection);


Description

TJclCriticalSection is a wrapper for a Win32 critical section object which surfaces all functionality, including functionality not available in Windows 95. To use TJclCriticalSectionEx the target system must be running Windows NT 4 with service pack 3 or better or Windows 98. Note however that the TryEnter, GetSpinCount, and SetSpinCount methods are not implemented in Windows 98.


About

Unit

JclSynch


Navigation

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page