Changeset 273 for trunk/src/3rdparty/os2/xsystray/xsystray_api.h
- Timestamp:
- Nov 2, 2009, 3:10:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/xsystray_api.h
r256 r273 24 24 // tray (refer to xstAddSysTrayIcon() for details) 25 25 #define XST_IN_MOUSE 0x0001 26 27 26 28 27 29 // structure for XST_IN_MOUSE … … 29 31 { 30 32 ULONG ulMouseMsg; 33 31 34 POINTS ptsPointerPos; 35 32 36 USHORT fsHitTestRes; 37 33 38 USHORT fsFlags; 39 34 40 35 41 } XSTMOUSEMSG, *PXSTMOUSEMSG; 36 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 37 65 BOOL xstQuerySysTrayVersion(PULONG pulMajor, PULONG pulMinor, PULONG pulRevision); 38 BOOL xstAddSysTrayIcon(HWND hwnd, U LONG ulId, HPOINTER hIcon, ULONG ulMsgId,66 BOOL xstAddSysTrayIcon(HWND hwnd, UId, HPOINTER hIcon, ULONG ulMsgId, 39 67 ULONG ulFlags); 40 BOOL xstRemoveSysTrayIcon(HWND hwnd, U LONG ulId);41 BOOL xstSetSysTrayIconToolTip(HWND hwnd, U LONG ulId, PSZ pszText);42 BOOL xstShowSysTrayIconBalloon(HWND hwnd, U LONG ulId, PSZ pszTitle, PSZ pszText,68 BOOL xstRemoveSysTrayIcon(HWND hwnd, UId); 69 BOOL xstSetSysTrayIconToolTip(HWND hwnd, UId, PSZ pszText); 70 BOOL xstShowSysTrayIconBalloon(HWND hwnd, UId, PSZ pszTitle, PSZ pszText, 43 71 ULONG ulFlags, ULONG ulTimeout); 44 BOOL xstHideSysTrayIconBalloon(HWND hwnd, U LONG ulId);72 BOOL xstHideSysTrayIconBalloon(HWND hwnd, UId); 45 73 46 BOOL xstQuerySysTrayIconRect(HWND hwnd, U LONG ulId, PRECTL prclRect);74 BOOL xstQuerySysTrayIconRect(HWND hwnd, UId, PRECTL prclRect); 47 75 48 76 ULONG xstGetSysTrayCreatedMsgId();
Note:
See TracChangeset
for help on using the changeset viewer.