Handle Property (ASemaphore)

Returns the handle of the object.

Syntax

 [ lHandle = ] Object.Handle

The Handle property syntax has the following parts:

 

Name

Type

Description

Object

ASemaphore

ASemaphore object

lHandle

Long

An integer specifying the handle of the ASemaphore object.

Comments

This property is read-only at run time only.

Example

lTest1Handle = semTest1.Handle

Applies to

ASemaphore

See Also

Name