diff options
Diffstat (limited to 'include/m_avatars.h')
-rw-r--r-- | include/m_avatars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_avatars.h b/include/m_avatars.h index 1cf2fe62a4..25e9841959 100644 --- a/include/m_avatars.h +++ b/include/m_avatars.h @@ -237,7 +237,7 @@ struct CONTACTAVATARCHANGEDNOTIFICATION /*
wParam=0
lParam=(const wchar_t*)Avatar file name or NULL to remove the avatar
-return=0 for success
+return=0 for success, -1 to deny temporary file deletion (suitable for async operations)
*/
#define PS_SETMYAVATAR "/SetMyAvatar"
|