[Overview][Types][Classes][Index] Reference for unit 'LazCollections' (#lazutils)

PPRTLEvent

Pointer to a PRTLEvent type.

Declaration

Source position: lazcollections.pas line 23

type PPRTLEvent = ^PRTLEvent;

Description

For Windows, the pointer is to a THandle type. For other platforms, the pointer is to a record type. Used to implement TWaitableSection.

See also

TWaitableSection

  

Protects a section of code in multi-threaded applications.

PRTLEvent


Version 4.0 Generated 2025-05-03 Home