MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / Registry

Method Registry

FastCopyShellExtension/Registry.cpp:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <format>
3
4Registry::Registry(std::wstring const& subkey)
5{
6 RegCreateKeyW(
7 HKEY_CURRENT_USER,
8 std::format(LR"(Software\{})", subkey).data(),
9 &m_key
10 );
11}

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected