init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
#include "Base.h"
|
||||
|
||||
namespace utils
|
||||
{
|
||||
auto check_mutex() -> BOOL;
|
||||
|
||||
BOOL RegReadString(HKEY hRoot, LPCSTR szSubKey, LPCSTR szValueName, char* outBuf, DWORD bufSize);
|
||||
|
||||
// 不区分大小写宽字符串查找
|
||||
bool StrContainsI(LPCWSTR Source, LPCWSTR Sub);
|
||||
}
|
||||
|
||||
#endif // !UTILS_H
|
||||
Reference in New Issue
Block a user