IVRSettings

Members

Functions

GetBool
bool GetBool(const(char)* pchSection, const(char)* pchSettingsKey, EVRSettingsError* peError)
Undocumented in source.
GetFloat
float GetFloat(const(char)* pchSection, const(char)* pchSettingsKey, EVRSettingsError* peError)
Undocumented in source.
GetInt32
int GetInt32(const(char)* pchSection, const(char)* pchSettingsKey, EVRSettingsError* peError)
Undocumented in source.
GetSettingsErrorNameFromEnum
const(char)* GetSettingsErrorNameFromEnum(EVRSettingsError eError)
Undocumented in source.
GetString
void GetString(const(char)* pchSection, const(char)* pchSettingsKey, char* pchValue, uint unValueLen, EVRSettingsError* peError)
Undocumented in source.
RemoveKeyInSection
void RemoveKeyInSection(const(char)* pchSection, const(char)* pchSettingsKey, EVRSettingsError* peError)
Undocumented in source.
RemoveSection
void RemoveSection(const(char)* pchSection, EVRSettingsError* peError)
Undocumented in source.
SetBool
void SetBool(const(char)* pchSection, const(char)* pchSettingsKey, bool bValue, EVRSettingsError* peError)
Undocumented in source.
SetFloat
void SetFloat(const(char)* pchSection, const(char)* pchSettingsKey, float flValue, EVRSettingsError* peError)
Undocumented in source.
SetInt32
void SetInt32(const(char)* pchSection, const(char)* pchSettingsKey, int nValue, EVRSettingsError* peError)
Undocumented in source.
SetString
void SetString(const(char)* pchSection, const(char)* pchSettingsKey, const(char)* pchValue, EVRSettingsError* peError)
Undocumented in source.

Meta