Enters a synchronization object.
void __cdecl monitorEnter(UINT_PTR object);
object | The synchronization object to enter. |
You can use the ObjectMonitorEnter macro to automatically cast the synchronization object to an integer and call this method.