Skip to content

easy-window/Registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Registry Libraries

A library for read and write registry based on the Windows API.

Usage

#include "Registry.h"
using namespace Easy;

Registry reg;

Registry registry(HKEY_LOCAL_MACHINE);
CString sKey = _T("Userinit"), sData;
CString sOption = _T("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon");

registry.Read(sOption, sKey, sData);    // C:\Windows\system32\userinit.exe,
registry.Write(sOption, sKey, sData);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages