MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SetRegistryInterface

Method SetRegistryInterface

source/Tfe/PCapBackend.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void PCapBackend::SetRegistryInterface(UINT slot, const std::string& name)
112{
113 std::string regSection = RegGetConfigSlotSection(slot);
114 RegSaveString(regSection.c_str(), REGVALUE_UTHERNET_INTERFACE, TRUE, name);
115}
116
117std::string PCapBackend::GetRegistryInterface(UINT slot)
118{

Callers

nothing calls this directly

Calls 2

RegGetConfigSlotSectionFunction · 0.85
RegSaveStringFunction · 0.85

Tested by

no test coverage detected