Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
std::string RegGetConfigSlotSection(UINT slot)
167
{
168
return std::string(REG_CONFIG
"\\"
) + RegGetSlotSection(slot);
169
}
170
171
void RegDeleteConfigSlotSection(UINT slot)
172
{
Callers
15
SetRegistryAuxNumberOfBanks
Function · 0.85
GetRegistryConfig
Method · 0.85
SetRegistryConfig
Method · 0.85
LoadConfiguration
Function · 0.85
Disk2InterfaceCard
Method · 0.85
LoadLastDiskImage
Method · 0.85
SaveLastDiskImage
Method · 0.85
Set13SectorFirmware
Method · 0.85
CSuperSerialCard
Method · 0.85
SetRegistrySerialPortName
Method · 0.85
MockingboardCard
Method · 0.85
SetSocketSSI263
Method · 0.85
Calls
1
RegGetSlotSection
Function · 0.85
Tested by
no test coverage detected