feat: initial commit of the files
This commit is contained in:
9
EdomResu/Registry.hpp
Normal file
9
EdomResu/Registry.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
#include <Windows.h>
|
||||
|
||||
bool SetRegistryValue(LPCWSTR valueName, DWORD type, const void* data, DWORD dataSize);
|
||||
bool SetRegistryValue(LPCWSTR valueName, const std::wstring& data);
|
||||
|
||||
bool GetRegistryValue(LPCWSTR valueName, DWORD type, void* data, DWORD dataSize);
|
||||
bool GetRegistryValue(LPCWSTR valueName, std::wstring& data);
|
||||
Reference in New Issue
Block a user