[ros-dev] [ros-diffs] [silverblade] 29089: Bare-bones foundations of the ReactOS Audio Service. At present it's nothing more than a "mutex service". Some info on the planned implementation is in the included audiosrv.txt file.

Alex Ionescu ionucu at videotron.ca
Tue Sep 18 05:38:30 CEST 2007


If the mutex is a named mutex and the object existed before this  
function call, the return value is a handle to the existing object,  
GetLastError returns ERROR_ALREADY_EXISTS

--
Best regards,
Alex Ionescu

On 17-Sep-07, at 10:41 PM, silverblade at svn.reactos.org wrote:

+    device_list_mutex = CreateMutex(NULL, FALSE,  
DEVICE_LIST_MUTEX_NAME);
+
+    if ( ! device_list_mutex)
+    {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-dev/attachments/20070917/b1312ed1/attachment.html 


More information about the Ros-dev mailing list