diff options
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_awaymsg.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/delphi/m_awaymsg.inc b/include/delphi/m_awaymsg.inc index 021597c8ca..9f1bf262b7 100644 --- a/include/delphi/m_awaymsg.inc +++ b/include/delphi/m_awaymsg.inc @@ -35,12 +35,11 @@ const MS_AWAYMSG_SHOWAWAYMSG:PAnsiChar = 'SRAway/GetMessage';
{
- returns: the default status message for a status
+ returns: (PWideChar) the default status message for a status
wParam=status
lParam=szProto
notes: returns status msg. Remember to free the return value
}
- MS_AWAYMSG_GETSTATUSMSG :PAnsiChar = 'SRAway/GetStatusMessage';
MS_AWAYMSG_GETSTATUSMSGW:PAnsiChar = 'SRAway/GetStatusMessageW';
{$ENDIF}
|