Microsoft SDK for Java

monitorExit

Exits a synchronization object.

Syntax

void __cdecl monitorExit(UINT_PTR object);

Parameters

object The synchronization object to exit.

Remarks

You can use the ObjectMonitorExit macro to automatically cast the synchronization object to an integer and call this method.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.