PluginSettings

Undocumented in source.

Constructors

this
this(GUID guid, FARAPISETTINGSCONTROL SettingsControl)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

CreateSubKey
auto CreateSubKey(size_t Root, wstring Name)
Undocumented in source. Be warned that the author may not have intended to support it.
DeleteSubKey
bool DeleteSubKey(size_t Root)
Undocumented in source. Be warned that the author may not have intended to support it.
DeleteValue
bool DeleteValue(size_t Root, wstring Name)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
wchar[] Get(size_t Root, wstring Name, wchar[] Default)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
void Get(size_t Root, wstring Name, wchar[] Value, wchar[] Default)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
void Get(size_t Root, wstring Name, wchar* Value, size_t Size, wchar[] Default)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
T Get(size_t Root, wstring Name, T Default)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
size_t Get(size_t Root, wstring Name, void[] Value)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
size_t Get(size_t Root, wstring Name, void* Value, size_t Size)
Undocumented in source. Be warned that the author may not have intended to support it.
OpenSubKey
auto OpenSubKey(size_t Root, wstring Name)
Undocumented in source. Be warned that the author may not have intended to support it.
Set
bool Set(size_t Root, wstring Name, wchar[] Value)
Undocumented in source. Be warned that the author may not have intended to support it.
Set
bool Set(size_t Root, wstring Name, wchar* Value)
Undocumented in source. Be warned that the author may not have intended to support it.
Set
bool Set(size_t Root, wstring Name, T Value)
Undocumented in source. Be warned that the author may not have intended to support it.
Set
bool Set(size_t Root, wstring Name, void[] Value)
Undocumented in source. Be warned that the author may not have intended to support it.
Set
bool Set(size_t Root, wstring Name, void* Value, size_t Size)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta