diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-15 17:06:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-15 17:06:37 +0300 |
commit | 9f5f4958b7a890482997dffef7c9cf4bf95f0ba4 (patch) | |
tree | 9ae68a4427d07302e965b1eed762ed12254d959b /include | |
parent | 961841cda97a18f5d0392e8c81c8c9b1650a6572 (diff) |
AVS: contact options dialog -> UI classes
Diffstat (limited to 'include')
-rw-r--r-- | include/m_avatars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_avatars.h b/include/m_avatars.h index 5b2cbce9ac..72e8fe9d82 100644 --- a/include/m_avatars.h +++ b/include/m_avatars.h @@ -145,6 +145,7 @@ struct AVATARDRAWREQUEST #define MS_AV_PROTECTAVATAR "SV_Avatars/ProtectAvatar"
// set (and optionally protect) a local contact picture for the given hContact
+// returns TRUE on success & FALSE otherwise
//
// wParam = (HANDLE)hContact
// lParam = either a full picture filename or NULL. If lParam == NULL, the service
|