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

Method SetRegistrySerialPortName

source/SerialComms.cpp:1398–1402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396}
1397
1398void CSuperSerialCard::SetRegistrySerialPortName(void)
1399{
1400 std::string regSection = RegGetConfigSlotSection(m_slot);
1401 RegSaveString(regSection.c_str(), REGVALUE_SERIAL_PORT_NAME, TRUE, GetSerialPortName());
1402}
1403
1404//===========================================================================
1405

Callers

nothing calls this directly

Calls 2

RegGetConfigSlotSectionFunction · 0.85
RegSaveStringFunction · 0.85

Tested by

no test coverage detected