Translations:Plugin:AVS/6/en: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
Whenever an avatar changes, the plugin fires an event, passing the contacts handle in wParam and a data structure with the avatar information in lParam. Plugins which use the bitmap handles returned by $MS_AV_GETAVATARBITMAP MUST subscribe to $ME_AV_AVATARCHANGED, because the original bitmap handle may become invalid when the avatar changes.
Whenever an avatar changes, the plugin fires an event, passing the contacts handle in $wParam and a data structure with the avatar information in $lParam. Plugins which use the bitmap handles returned by $MS_AV_GETAVATARBITMAP MUST subscribe to $ME_AV_AVATARCHANGED, because the original bitmap handle may become invalid when the avatar changes.

Latest revision as of 18:33, 13 June 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Plugin:AVS)
Whenever an avatar changes, the plugin fires an event, passing the contacts handle in $wParam and a data structure with the avatar information in $lParam. Plugins which use the bitmap handles returned by $MS_AV_GETAVATARBITMAP MUST subscribe to $ME_AV_AVATARCHANGED, because the original bitmap handle may become invalid when the avatar changes.

Whenever an avatar changes, the plugin fires an event, passing the contacts handle in $wParam and a data structure with the avatar information in $lParam. Plugins which use the bitmap handles returned by $MS_AV_GETAVATARBITMAP MUST subscribe to $ME_AV_AVATARCHANGED, because the original bitmap handle may become invalid when the avatar changes.