Changeset 1704 for trunk/src/user32/win32wbase.h
- Timestamp:
- Nov 11, 1999, 2:17:33 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1693 r1704 1 /* $Id: win32wbase.h,v 1.4 2 1999-11-10 17:11:31 cbratschiExp $ */1 /* $Id: win32wbase.h,v 1.43 1999-11-11 13:17:32 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 107 107 HWND getOS2FrameWindowHandle() { return OS2HwndFrame; }; 108 108 Win32WndClass *getWindowClass() { return windowClass; }; 109 110 DWORD getWindowContextHelpId() { return contextHelpId; }; 111 void setWindowContextHelpId(DWORD id){ contextHelpId = id; }; 109 112 110 113 BOOL isFrameWindow(); … … 268 271 HWND hwndLinkAfter; 269 272 DWORD flags; 273 DWORD contextHelpId; 270 274 LONG lastHitTestVal; //Last value returned by WM_NCHITTEST handler 271 275
Note:
See TracChangeset
for help on using the changeset viewer.