System.SyncObjs.TCriticalSectionHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCriticalSectionHelper = record helper for TRTLCriticalSection

C++

struct TCriticalSectionHelper /* Helper for record '_RTL_CRITICAL_SECTION' */;

Properties

Type Visibility Source Unit Parent
helper
class
public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs System.SyncObjs

Description

TCriticalSectionHelper is a record helper for the TRTLCriticalSection record.

TCriticalSectionHelper provides several operating-system-dependent helper routines for the TRTLCriticalSection record.

See Also