Changeset 1311 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 15, 1999, 3:52:56 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1281 r1311 1 /* $Id: win32wbase.h,v 1.2 2 1999-10-14 09:22:42sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.23 1999-10-15 13:52:55 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 163 163 BOOL IsDialog() { return fIsDialog; }; 164 164 165 BOOL IsWindowDestroyed() { return fIsDestroyed; }; 165 166 BOOL IsWindowEnabled(); 166 167 BOOL IsWindowVisible(); … … 247 248 //sent by PM and those sent by apps 248 249 BOOL fNoSizeMsg; 250 BOOL fIsDestroyed; 249 251 250 252 PVOID pOldFrameProc;
Note:
See TracChangeset
for help on using the changeset viewer.