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

IAccEmoticon Interface Reference


Detailed Description

The IAccEmoticon interface is used to represent an emoticon (smiley).

Public Types

Properties


Member Typedef Documentation

typedef enum IAccEmoticon::AccEmoticonProp IAccEmoticon::AccEmoticonProp

Properties for the Property method.


Member Enumeration Documentation

enum IAccEmoticon::AccEmoticonProp

Properties for the Property method.

Enumerator:
AccEmoticonProp_Data  The image data of the emoticon, as an array of xp_u08 [get] xp_array**
AccEmoticonProp_Text  The text representation of the emoticon, e.g. ":-)" [get] xp_str*
AccEmoticonProp_Description  A description of the emoticon, e.g. "Happy" [get] xp_str*
AccEmoticonProp_DataStream  The image data of the emoticon, as an IAccStream* [get] IAccStream**
AccEmoticonProp_BartUrl  mime type? The aolbart: URL to the image data of the emoticon [get] xp_str*


Property Documentation

xp_variant IAccEmoticon::Data [get]

Gets the image data of this emoticon, as an array of xp_u08.

xp_str IAccEmoticon::Text [get]

Gets the text representation of this emoticon, e.g. :-).

xp_variant IAccEmoticon::Property( [in] AccEmoticonProp property) ( [in] AccEmoticonProp  property  )  [get]

Gets the specified property of this emoticon.


Questions? Stop by the AIM SDK Developer Forum
Created Tue Mar 4 09:11:02 2008 for AIM: Developer SDK
© 2008 AOL LLC. All Rights Reserved.