Ignore:
Timestamp:
Nov 3, 2009, 2:39:49 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

3rdparty: os2/xsystray: Added new xstReplaceSysTrayIcon() API call, implemented xstSetSysTrayIconToolTip() API call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/os2/xsystray/xsystray_api.h

    r280 r282  
    7676
    7777BOOL xstQuerySysTrayVersion(PULONG pulMajor, PULONG pulMinor, PULONG pulRevision);
    78 BOOL xstAddSysTrayIcon(HWND hwnd, USHORT usId, HPOINTER hIcon, ULONG ulMsgId,
    79                        ULONG ulFlags);
     78BOOL xstAddSysTrayIcon(HWND hwnd, USHORT usId, HPOINTER hIcon, PCSZ pcszToolTip,
     79                       ULONG ulMsgId, ULONG ulFlags);
     80BOOL xstReplaceSysTrayIcon(HWND hwnd, USHORT usId, HPOINTER hIcon);
    8081BOOL xstRemoveSysTrayIcon(HWND hwnd, USHORT usId);
    81 BOOL xstSetSysTrayIconToolTip(HWND hwnd, USHORT usId, PSZ pszText);
    82 BOOL xstShowSysTrayIconBalloon(HWND hwnd, USHORT usId, PSZ pszTitle, PSZ pszText,
    83                                ULONG ulFlags, ULONG ulTimeout);
     82BOOL xstSetSysTrayIconToolTip(HWND hwnd, USHORT usId, P);
     83BOOL xstShowSysTrayIconBalloon(HWND hwnd, USHORT usId, P,
     84                               ULONG ulFlags, ULONG ulTimeout);
    8485BOOL xstHideSysTrayIconBalloon(HWND hwnd, USHORT usId);
    8586
Note: See TracChangeset for help on using the changeset viewer.