Changeset 3280 for trunk/src/comctl32/CCBase.h
- Timestamp:
- Mar 30, 2000, 5:39:10 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/CCBase.h
r3182 r3280 1 /* $Id: CCBase.h,v 1. 6 2000-03-21 17:30:40cbratschi Exp $ */1 /* $Id: CCBase.h,v 1.7 2000-03-30 15:39:09 cbratschi Exp $ */ 2 2 /* 3 3 * COMCTL32 Base Functions and Macros for all Controls … … 33 33 34 34 LRESULT sendNotify(HWND hwnd,UINT code); 35 LRESULT sendNotify(HWND hwndFrom,HWND hwndTo,UINT code); 35 36 LRESULT sendNotify(HWND hwnd,UINT code,LPNMHDR nmhdr); 37 LRESULT sendNotify(HWND hwndFrom,HWND hwndTo,UINT code,LPNMHDR nmhdr); 36 38 LRESULT sendNotifyFormat(HWND hwnd,HWND hwndFrom,LPARAM command); 37 39 LRESULT sendCommand(HWND hwnd,UINT wNotifyCode); … … 44 46 VOID drawStubControl(HWND hwnd,HDC hdc); 45 47 48 INT lstrcmpAtoW(CHAR* textA,WCHAR* textW); 49 46 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.