Unit 'syncobjs' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TSemaphore.Create

Declaration

Source position: syncobjs.pp line 188

public constructor TSemaphore.Create(

  aUseCOMWait: Boolean = False

); overload;

constructor TSemaphore.Create(

  aAttributes: PSecurityAttributes;

  aInitial: Integer;

  aMaximum: Integer;

  const aName: string;

  aUseCOMWait: Boolean = False

); overload;

constructor TSemaphore.Create(

  aAccess: Cardinal;

  aInherit: Boolean;

  const aName: string;

  aUseCOMWait: Boolean = False

); overload;


Documentation generated on: Jan 30 2024