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

Function RegGetConfigSlotSection

source/Registry.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166std::string RegGetConfigSlotSection(UINT slot)
167{
168 return std::string(REG_CONFIG "\\") + RegGetSlotSection(slot);
169}
170
171void RegDeleteConfigSlotSection(UINT slot)
172{

Callers 15

GetRegistryConfigMethod · 0.85
SetRegistryConfigMethod · 0.85
LoadConfigurationFunction · 0.85
Disk2InterfaceCardMethod · 0.85
LoadLastDiskImageMethod · 0.85
SaveLastDiskImageMethod · 0.85
Set13SectorFirmwareMethod · 0.85
CSuperSerialCardMethod · 0.85
MockingboardCardMethod · 0.85
SetSocketSSI263Method · 0.85

Calls 1

RegGetSlotSectionFunction · 0.85

Tested by

no test coverage detected