>>-SysRequestMutexSem(handle-+----------+-)--------------------><
                             +-,timeout-+
			Requests a mutex semaphore. SysRequestMutexSem returns the WaitForSingleObject return code.
		
			Parameters:
		
- handle
 
						A handle returned from a previous SysCreateMutexSem call.
					
- timeout
 
						The time, in milliseconds, to wait on the semaphore. The default timeout is an infinite wait.
					
			Return codes:
		
- 0
 
						No errors.
					
- Other
 - 6
 
						Invalid handle.
					
- 103
 
						Too many requests.
					
- 121
 
						Error timeout.