Exits a synchronization object.
void __cdecl monitorExit(UINT_PTR object);
You can use the ObjectMonitorExit macro to automatically cast the synchronization object to an integer and call this method.