Changeset 2875 for trunk/src/comctl32/CCBase.h
- Timestamp:
- Feb 23, 2000, 6:09:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/CCBase.h
r2858 r2875 1 /* $Id: CCBase.h,v 1. 1 2000-02-22 17:11:38cbratschi Exp $ */1 /* $Id: CCBase.h,v 1.2 2000-02-23 17:09:40 cbratschi Exp $ */ 2 2 /* 3 3 * COMCTL32 Base Functions and Macros for all Controls … … 26 26 27 27 LRESULT sendNotify(HWND hwnd,UINT code); 28 LRESULT sendNotify(HWND hwnd,UINT code,LPNMHDR nmhdr); 28 29 LRESULT sendNotifyFormat(HWND hwnd,HWND hwndFrom,LPARAM command); 30 LRESULT sendCommand(HWND hwnd,UINT wNotifyCode); 31 32 HWND createToolTip(HWND hwnd,UINT flags); 33 VOID destroyToolTip(HWND hwndToolTip); 29 34 30 35 #endif
Note:
See TracChangeset
for help on using the changeset viewer.