Changeset 21592 for trunk/src/shell32/systray.h
- Timestamp:
- Mar 18, 2011, 11:37:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/systray.h
r21591 r21592 14 14 BOOL (*SYSTRAY_ItemInit)(SystrayItem *ptrayItem); 15 15 void (*SYSTRAY_ItemTerm)(SystrayItem *ptrayItem); 16 void (*SYSTRAY_Item SetMessage)(SystrayItem *ptrayItem, ULONG uCallbackMessage);17 void (*SYSTRAY_ItemSetIcon)(SystrayItem *ptrayItem, HICON hIcon); 18 void (*SYSTRAY_ItemSetTip)(SystrayItem *ptrayItem, CHAR* szTip, int modify);16 void (*SYSTRAY_ItemUpdate)(SystrayItem *ptrayItem, ULONG uFlags); 17 18 SystrayItem *SYSTRAY_FindItem(ULONG uIdx); 19 19 20 20 #endif // __WINE_SYSTRAY_H
Note:
See TracChangeset
for help on using the changeset viewer.