Class CVRSettings
public class CVRSettings
- Inheritance
-
CVRSettings
Methods
GetBool(string, string, ref EVRSettingsError)
public bool GetBool(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
Parameters
pchSection
stringpchSettingsKey
stringpeError
EVRSettingsError
Returns
GetFloat(string, string, ref EVRSettingsError)
public float GetFloat(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
Parameters
pchSection
stringpchSettingsKey
stringpeError
EVRSettingsError
Returns
GetInt32(string, string, ref EVRSettingsError)
public int GetInt32(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
Parameters
pchSection
stringpchSettingsKey
stringpeError
EVRSettingsError
Returns
GetSettingsErrorNameFromEnum(EVRSettingsError)
public string GetSettingsErrorNameFromEnum(EVRSettingsError eError)
Parameters
eError
EVRSettingsError
Returns
GetString(string, string, StringBuilder, uint, ref EVRSettingsError)
public void GetString(string pchSection, string pchSettingsKey, StringBuilder pchValue, uint unValueLen, ref EVRSettingsError peError)
Parameters
pchSection
stringpchSettingsKey
stringpchValue
StringBuilderunValueLen
uintpeError
EVRSettingsError
RemoveKeyInSection(string, string, ref EVRSettingsError)
public void RemoveKeyInSection(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
Parameters
pchSection
stringpchSettingsKey
stringpeError
EVRSettingsError
RemoveSection(string, ref EVRSettingsError)
public void RemoveSection(string pchSection, ref EVRSettingsError peError)
Parameters
pchSection
stringpeError
EVRSettingsError
SetBool(string, string, bool, ref EVRSettingsError)
public void SetBool(string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError)
Parameters
pchSection
stringpchSettingsKey
stringbValue
boolpeError
EVRSettingsError
SetFloat(string, string, float, ref EVRSettingsError)
public void SetFloat(string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError)
Parameters
pchSection
stringpchSettingsKey
stringflValue
floatpeError
EVRSettingsError
SetInt32(string, string, int, ref EVRSettingsError)
public void SetInt32(string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError)
Parameters
pchSection
stringpchSettingsKey
stringnValue
intpeError
EVRSettingsError
SetString(string, string, string, ref EVRSettingsError)
public void SetString(string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError)
Parameters
pchSection
stringpchSettingsKey
stringpchValue
stringpeError
EVRSettingsError