Main Page | Class Hierarchy | Class Members | Global Enums and Constants | Global Entry Points | Related Pages

IAccPreferencesHook Interface Reference

Inherited by IAccPreferencesHook2.


Detailed Description

The IAccPreferencesHook interface is for applications to subclass in order to provide a preference local store to AIMCC.

Public Member Functions


Member Function Documentation

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.


Questions? Stop by the AIM SDK Developer Forum
Created Mon Oct 15 18:06:39 2007 for AIM: Developer SDK
© 2007 AOL LLC. All Rights Reserved.