Microsoft SDK for Java

monitorNotify

Wakes up a single thread that is waiting on this object's monitor.

Syntax

void __cdecl monitorNotify(UINT_PTR object);

Parameters

object Synchronization object.

Remarks

You can use the ObjectMonitorNotify macro to automatically cast the synchronization object to an integer and call this method. This method is the native equivalent of the Java.lang.Object.notify method.

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