Changeset 902 for trunk/include/winconst.h
- Timestamp:
- Sep 10, 1999, 8:56:35 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r738 r902 1 /* $Id: winconst.h,v 1. 5 1999-08-29 14:57:28 sandervlExp $ */1 /* $Id: winconst.h,v 1.6 1999-09-10 18:56:35 dengert Exp $ */ 2 2 3 3 /* … … 154 154 155 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 */ 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 */ 160 161 /* Regions */ 162 #define ERROR_W 0 163 #define NULLREGION_W 1 164 #define SIMPLEREGION_W 2 165 #define COMPLEXREGION_W 3 166
Note:
See TracChangeset
for help on using the changeset viewer.