Searches for an existing mutex with the given name and returns its handle.
HANDLE RtOpenMutex(
    DWORD dwDesiredAccess,
    BOOLEAN bInheritHandle,
    LPCTSTR lpName
);
dwDesiredAccess 
bInheritHandle 
lpName 
RtOpenMutex can also be used from a Windows application to obtain the handle of an iWin32 mutex.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/nt/include/iwin32x.h | iwin32x.h | iwin32x.lib | 
Notes
iwin32x API, iwin32 Overview