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 data for the smiley, as an array of VT_UI1 [get] xp_array**
AccEmoticonProp_Text  The text representation of the smiley, i.e. ":-)" [get] xp_str*
AccEmoticonProp_Description  The smiley description, e.g. "Happy" [get] xp_str*
AccEmoticonProp_DataStream  The IAccStream of data for the smiley [get] IAccStream**
AccEmoticonProp_BartUrl  mime type? The aolbart: URL [get] xp_str*


Property Documentation

xp_variant IAccEmoticon::Data [get]

Gets the raw image data for this emoticon, as an array of VT_UI1.

xp_str IAccEmoticon::Text [get]

Gets the text for 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 Mon Oct 15 18:06:39 2007 for AIM: Developer SDK
© 2007 AOL LLC. All Rights Reserved.