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

Function RegLoadString

source/Registry.cpp:37–41  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

35namespace _ini {
36 //===========================================================================
37 BOOL RegLoadString(LPCTSTR section, LPCTSTR key, BOOL /*peruser*/, LPTSTR buffer, uint32_t chars)
38 {
39 uint32_t n = GetPrivateProfileString(section, key, NULL, buffer, chars, g_sConfigFile.c_str());
40 return n > 0;
41 }
42
43 //===========================================================================
44 void RegSaveString(LPCTSTR section, LPCTSTR key, BOOL /*peruser*/, const std::string& buffer)

Callers 13

CheckOldAppleWinVersionFunction · 0.85
GetRegistryConfigMethod · 0.85
LoadConfigurationFunction · 0.85
LoadLastDiskImageMethod · 0.85
CSuperSerialCardMethod · 0.85
RegLoadValueFunction · 0.85
LoadLastDiskImageMethod · 0.85
ProcessDiskPopupMenuMethod · 0.85
BrowseToFileMethod · 0.85
ReloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected