Changeset 2895 for trunk/src/comctl32/CCBase.h
- Timestamp:
- Feb 25, 2000, 6:00:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/CCBase.h
r2875 r2895 1 /* $Id: CCBase.h,v 1. 2 2000-02-23 17:09:40cbratschi Exp $ */1 /* $Id: CCBase.h,v 1.3 2000-02-25 17:00:15 cbratschi Exp $ */ 2 2 /* 3 3 * COMCTL32 Base Functions and Macros for all Controls … … 25 25 LRESULT defComCtl32ProcW(HWND hwnd,UINT Msg,WPARAM wParam,LPARAM lParam); 26 26 27 BOOL isUnicodeNotify(COMCTL32_HEADER *infoPtr); 28 BOOL isUnicodeNotify(HWND hwnd); 29 27 30 LRESULT sendNotify(HWND hwnd,UINT code); 28 31 LRESULT sendNotify(HWND hwnd,UINT code,LPNMHDR nmhdr);
Note:
See TracChangeset
for help on using the changeset viewer.