Handle Property (AMutex)

Returns the handle of the object.

Syntax

 [ lHandle = ] Object.Handle

The Handle property syntax has the following parts:

 

Name

Type

Description

Object

AMutex

AMutex object

lHandle

Long

An integer specifying the handle of the AMutex object.

Comments

This property is read-only at run time only.

Example

lTest1Handle = mutexTest1.Handle

Applies to

AMutex

See Also

Name