Changeset 3145 for trunk/src/comctl32/CCBase.h
- Timestamp:
- Mar 17, 2000, 6:13:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/CCBase.h
r2895 r3145 1 /* $Id: CCBase.h,v 1. 3 2000-02-25 17:00:15cbratschi Exp $ */1 /* $Id: CCBase.h,v 1.4 2000-03-17 17:13:22 cbratschi Exp $ */ 2 2 /* 3 3 * COMCTL32 Base Functions and Macros for all Controls … … 17 17 BOOL fUnicode; //Unicode flag 18 18 UINT uNotifyFormat; //notify format 19 HWND hwndNotify; //notify window 19 20 } COMCTL32_HEADER; 20 21 … … 28 29 BOOL isUnicodeNotify(HWND hwnd); 29 30 31 HWND getNotifyWindow(COMCTL32_HEADER *infoPtr); 32 HWND getNotifyWindow(COMCTL32_HEADER *infoPtr); 33 30 34 LRESULT sendNotify(HWND hwnd,UINT code); 31 35 LRESULT sendNotify(HWND hwnd,UINT code,LPNMHDR nmhdr); 32 36 LRESULT sendNotifyFormat(HWND hwnd,HWND hwndFrom,LPARAM command); 33 37 LRESULT sendCommand(HWND hwnd,UINT wNotifyCode); 38 LRESULT sendHScroll(HWND hwnd,UINT wNotifyCode); 39 LRESULT sendVScroll(HWND hwnd,UINT wNotifyCode); 34 40 35 41 HWND createToolTip(HWND hwnd,UINT flags);
Note:
See TracChangeset
for help on using the changeset viewer.