IAccEmoticon Interface Reference
Detailed Description
The
IAccEmoticon interface is used to represent an emoticon (smiley).
Public Types
Public Member Functions
Member Typedef Documentation
Properties for the Property method.
Member Enumeration Documentation
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* |
| AccEmoticonProp_TextRepresentations |
An array of all text representations, e.g. [ ":-)",":)" ] xp_strs [get] xp_array** |
Member Function Documentation
| HRESULT IAccEmoticon::Data |
( |
[out, retval] xp_variant * |
data |
) |
[get] |
Gets the image data of this emoticon, as an array of xp_u08.
| HRESULT IAccEmoticon::Text |
( |
[out, retval] xp_str * |
text |
) |
[get] |
Gets the text representation of this emoticon, e.g. :-).
Gets the specified property of this emoticon.