Class CVRSettings
public class CVRSettings
- Inheritance
-
CVRSettings
Methods
GetBool(string, string, ref EVRSettingsError)
public bool GetBool(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
Parameters
pchSectionstringpchSettingsKeystringpeErrorEVRSettingsError
Returns
GetFloat(string, string, ref EVRSettingsError)
public float GetFloat(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
Parameters
pchSectionstringpchSettingsKeystringpeErrorEVRSettingsError
Returns
GetInt32(string, string, ref EVRSettingsError)
public int GetInt32(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
Parameters
pchSectionstringpchSettingsKeystringpeErrorEVRSettingsError
Returns
GetSettingsErrorNameFromEnum(EVRSettingsError)
public string GetSettingsErrorNameFromEnum(EVRSettingsError eError)
Parameters
eErrorEVRSettingsError
Returns
GetString(string, string, StringBuilder, uint, ref EVRSettingsError)
public void GetString(string pchSection, string pchSettingsKey, StringBuilder pchValue, uint unValueLen, ref EVRSettingsError peError)
Parameters
pchSectionstringpchSettingsKeystringpchValueStringBuilderunValueLenuintpeErrorEVRSettingsError
RemoveKeyInSection(string, string, ref EVRSettingsError)
public void RemoveKeyInSection(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
Parameters
pchSectionstringpchSettingsKeystringpeErrorEVRSettingsError
RemoveSection(string, ref EVRSettingsError)
public void RemoveSection(string pchSection, ref EVRSettingsError peError)
Parameters
pchSectionstringpeErrorEVRSettingsError
SetBool(string, string, bool, ref EVRSettingsError)
public void SetBool(string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError)
Parameters
pchSectionstringpchSettingsKeystringbValueboolpeErrorEVRSettingsError
SetFloat(string, string, float, ref EVRSettingsError)
public void SetFloat(string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError)
Parameters
pchSectionstringpchSettingsKeystringflValuefloatpeErrorEVRSettingsError
SetInt32(string, string, int, ref EVRSettingsError)
public void SetInt32(string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError)
Parameters
pchSectionstringpchSettingsKeystringnValueintpeErrorEVRSettingsError
SetString(string, string, string, ref EVRSettingsError)
public void SetString(string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError)
Parameters
pchSectionstringpchSettingsKeystringpchValuestringpeErrorEVRSettingsError