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

IAccEmoticonSet Interface Reference


Detailed Description

The IAccEmoticonSet interface is used to access emoticons (smileys).

Public Types

Public Member Functions


Member Typedef Documentation

Properties for the Property method.


Member Enumeration Documentation

Properties for the Property method.

Enumerator:
AccEmoticonSetProp_BartId  The bart id of the emoticon set [get] xp_str*
AccEmoticonSetProp_Description  The description of the emoticon set [get] xp_str*
AccEmoticonSetProp_PaletteIconData  The data for the smiley "button" icon, as an array of VT_UI1 [get] xp_array**
AccEmoticonSetProp_PaletteIconDataStream  palette icon mime type?

The data for the smiley "button" icon, as an IAccStream [get] IAccStream**


Member Function Documentation

HRESULT IAccEmoticonSet::Property ( [in] AccEmoticonSetProp  property,
[out, retval] xp_variant value 
) [get]

Gets the specified property of the emoticon set.

HRESULT IAccEmoticonSet::Count ( [out, retval] xp_int count  )  [get]

Gets the number of icons in this set.

HRESULT IAccEmoticonSet::GetEmoticonByIndex ( [in] xp_int  num,
[out, retval] IAccEmoticon **  emoticon 
)

Gets an icon by index.

HRESULT IAccEmoticonSet::GetEmoticonByText ( [in] xp_kstr  text,
[out, retval] IAccEmoticon **  emoticon 
)

Looks up an emoticon by its text representation, e.g. :-).


Questions? Stop by the AIM SDK Developer Forum
Created Mon Nov 10 09:21:16 2008 for AIM: Developer SDK
© 2008 AOL LLC. All Rights Reserved.