ClassesClassesClassesClasses | | | | Operators

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

HMutex (Class)

Name

HMutex — Represents an instance of a mutex synchronization object.

Constructors

CreateMutex    Create a mutual exclusion synchronization object.

Finalizer

This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.

ClearMutex    Clear the mutex synchronization object.

Methods

CreateMutex    Create a mutual exclusion synchronization object.
LockMutex    Lock a mutex synchronization object.
TryLockMutex    Lock a mutex synchronization object.
UnlockMutex    Unlock a mutex synchronization object.

HMutex (Class)

Name

HMutex — Represents an instance of a mutex synchronization object.

Constructors

CreateMutex    Create a mutual exclusion synchronization object.

Destructor

This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.

ClearMutex    Clear the mutex synchronization object.

Methods

CreateMutex    Create a mutual exclusion synchronization object.
LockMutex    Lock a mutex synchronization object.
TryLockMutex    Lock a mutex synchronization object.
UnlockMutex    Unlock a mutex synchronization object.

HMutex (Class)

Name

HMutex — Represents an instance of a mutex synchronization object.

Methods

CreateMutex    Create a mutual exclusion synchronization object.
LockMutex    Lock a mutex synchronization object.
TryLockMutex    Lock a mutex synchronization object.
UnlockMutex    Unlock a mutex synchronization object.

HMutexX (Class)

Name

HMutexX — Represents an instance of a mutex synchronization object.

Constructors

CreateMutex    Create a mutual exclusion synchronization object.

Destructor

This operator is not available as a class member but will be called automatically by the destructor. This occurs when the last reference to the object instance is removed.

ClearMutex    Clear the mutex synchronization object.

Methods

CreateMutex    Create a mutual exclusion synchronization object.
LockMutex    Lock a mutex synchronization object.
TryLockMutex    Lock a mutex synchronization object.
UnlockMutex    Unlock a mutex synchronization object.


ClassesClassesClassesClasses | | | | Operators