Exemplo n.º 1
0
void SettingsSaveW995()
{
	SettingsSaveReg(gszRootKeyW995);
}
Exemplo n.º 2
0
void SettingsSaveW995(LPCWSTR pszName, DWORD* pValue)
{
	SettingsSaveReg(gszRootKeyW995, pszName, pValue);
}
Exemplo n.º 3
0
void SettingsSaveA()
{
    SettingsSaveReg(gszRootKeyA);
}
Exemplo n.º 4
0
void SettingsSaveA(LPCWSTR pszName, DWORD* pValue)
{
	SettingsSaveReg(gszRootKeyA, pszName, pValue);
}