| 109 | } |
| 110 | |
| 111 | void 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 | |
| 117 | std::string PCapBackend::GetRegistryInterface(UINT slot) |
| 118 | { |
nothing calls this directly
no test coverage detected