SavvyUI C++ UI Library
Loading...
Searching...
No Matches
Mutex.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <Windows.h>
4
#include <string>
5
using namespace
std;
6
7
class
Mutex
8
{
9
public
:
10
11
static
HANDLE
Acquire
(
const
wchar_t
* mutexName = NULL, DWORD dwMilliseconds = INFINITE);
12
static
void
Release
(HANDLE hMutex);
13
};
14
Mutex
Definition
Mutex.h:8
Mutex::Release
static void Release(HANDLE hMutex)
Mutex::Acquire
static HANDLE Acquire(const wchar_t *mutexName=NULL, DWORD dwMilliseconds=INFINITE)
Mutex.h
Generated by
1.14.0