Interface IMutex
Unit
Declaration
type IMutex = interface(IInterface)
Description
Attributes
- GUID['{45938332-1313-4397-BFA0-64893252D286}']
Hierarchy
- IInterface
- IMutex
Overview
Methods
![]() |
procedure Lock; |
![]() |
function LockWithTimeout(iTimeout: cardinal): boolean; |
![]() |
function TryLock: boolean; |
![]() |
procedure Unlock; |
Description
Methods
![]() |
procedure Lock; |
![]() |
function LockWithTimeout(iTimeout: cardinal): boolean; |
![]() |
function TryLock: boolean; |
![]() |
procedure Unlock; |
Generated by PasDoc 0.16.0.