MCPcopy Create free account
hub / github.com/MariaDB/server / GetPrivateProfileString

Function GetPrivateProfileString

storage/connect/inihandl.cpp:1164–1169  ·  view source on GitHub ↗

* GetPrivateProfileStringA (KERNEL32.@) ***********************************************************************/

Source from the content-addressed store, hash-verified

1162 * GetPrivateProfileStringA (KERNEL32.@)
1163 ***********************************************************************/
1164int GetPrivateProfileString(LPCSTR section, LPCSTR entry, LPCSTR def_val,
1165 LPSTR buffer, DWORD len, LPCSTR filename)
1166{
1167 return PROFILE_GetPrivateProfileString(section, entry, def_val,
1168 buffer, len, filename, TRUE);
1169} // end of GetPrivateProfileString
1170
1171
1172/***********************************************************************

Callers 5

GetIniSizeFunction · 0.85
GetIniStringFunction · 0.85
ReadColumnMethod · 0.85
GetKeylistMethod · 0.85
mainFunction · 0.85

Calls 1

Tested by

no test coverage detected