Changeset 264 for trunk/include/win/win.h
- Timestamp:
- Jul 4, 1999, 5:34:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/win.h
r4 r264 1 /* $Id: win.h,v 1. 1 1999-05-24 20:19:21 ktkExp $ */1 /* $Id: win.h,v 1.2 1999-07-04 15:34:18 sandervl Exp $ */ 2 2 3 3 /* … … 63 63 struct tagWND *parent; /* Window parent (from CreateWindow) */ 64 64 struct tagWND *owner; /* Window owner */ 65 struct tagCLASS * class; /* Window class */65 struct tagCLASS *Class; /* Window class */ 66 66 HWINDOWPROC winproc; /* Window procedure */ 67 67 DWORD dwMagic; /* Magic number (must be WND_MAGIC) */
Note:
See TracChangeset
for help on using the changeset viewer.