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

IAccPreferencesHook2 Interface Reference

Inherits IAccPreferencesHook.


Detailed Description

The IAccPreferencesHook2 interface is for applications to subclass in order to provide a secure preference local store to AIMCC. This is primarily used for storing passwords.

Public Member Functions


Member Function Documentation

HRESULT IAccPreferencesHook2::GetSecureValue ( [in] xp_kstr  specifier,
[out, retval] xp_variant value 
)

Gets the specified secure preference.

HRESULT IAccPreferencesHook2::SetSecureValue ( [in] xp_kstr  specifier,
[in] xp_kvariant  value 
)

Sets the specified secure preference.

HRESULT IAccPreferencesHook2::ResetSecure ( [in] xp_kstr  specifier  ) 

Resets the specified secure preference.


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.