Changeset 738 for trunk/include/winconst.h
- Timestamp:
- Aug 29, 1999, 4:57:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r727 r738 1 /* $Id: winconst.h,v 1. 4 1999-08-28 17:18:50 dengertExp $ */1 /* $Id: winconst.h,v 1.5 1999-08-29 14:57:28 sandervl Exp $ */ 2 2 3 3 /* … … 152 152 #define HWND_NOTOPMOST_W ((HWND)-2) 153 153 154 155 /* Argument 1 passed to the DllEntryProc. */ 156 #define DLL_PROCESS_DETACH 0 /* detach process (unload library) */ 157 #define DLL_PROCESS_ATTACH 1 /* attach process (load library) */ 158 #define DLL_THREAD_ATTACH 2 /* attach new thread */ 159 #define DLL_THREAD_DETACH 3 /* detach thread */
Note:
See TracChangeset
for help on using the changeset viewer.