NewSemaphore
function NewSemaphore(
InitialCount: Integer = 0;
const Name: string = '';
Inheritable: Boolean = False): ISemaphore;
function NewSemaphore(
InitialCount: Integer;
MaximumCount: Integer;
const Name: string = '';
Inheritable: Boolean = False): ISemaphore;
function NewSemaphore(
Handle: Cardinal;
Owns: Boolean): ISemaphore;
Defined in: DSLock
⏱ Last Modified: Mon 3:43:39 pm