Microsoft SDK for Java

monitorEnter

Enters a synchronization object.

Syntax

void __cdecl monitorEnter(UINT_PTR object);

Parameters

object The synchronization object to enter.

Remarks

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

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