| HRESULT IAccPreferencesHook::GetValue | ( | [in] xp_kstr | specifier, | |
| [out, retval] xp_variant * | value | |||
| ) |
Gets the specified preference.
| HRESULT IAccPreferencesHook::GetDefaultValue | ( | [in] xp_kstr | specifier, | |
| [out, retval] xp_variant * | value | |||
| ) |
Gets a default for the specified preference.
| HRESULT IAccPreferencesHook::SetValue | ( | [in] xp_kstr | specifier, | |
| [in] xp_kvariant | value | |||
| ) |
Sets the specified preference.
| HRESULT IAccPreferencesHook::Reset | ( | [in] xp_kstr | specifier | ) |
Resets the specified preference.
| HRESULT IAccPreferencesHook::GetChildSpecifiers | ( | [in] xp_kstr | specifier, | |
| [out, retval] xp_variant * | value | |||
| ) |
Returns all immediate child preference specifiers.