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

Properties


Member Typedef Documentation

typedef enum IAccEmoticonSet::AccEmoticonSetProp IAccEmoticonSet::AccEmoticonSetProp

Properties for the Property method.


Member Enumeration Documentation

enum IAccEmoticonSet::AccEmoticonSetProp

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::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. :-).


Property Documentation

xp_variant IAccEmoticonSet::Property( [in] AccEmoticonSetProp property) ( [in] AccEmoticonSetProp  property  )  [get]

Gets the specified property of the emoticon set.

xp_int IAccEmoticonSet::Count [get]

Gets the number of icons in this set.


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.