Changeset 2094 for trunk/include/winconst.h
- Timestamp:
- Dec 17, 1999, 5:55:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r2081 r2094 1 /* $Id: winconst.h,v 1.1 5 1999-12-16 00:09:31sandervl Exp $ */1 /* $Id: winconst.h,v 1.16 1999-12-17 16:55:13 sandervl Exp $ */ 2 2 3 3 /* … … 294 294 #define WH_NB_HOOKS (WH_MAXHOOK_W-WH_MINHOOK_W+1) 295 295 #endif 296 297 #define EXCEPTION_DEBUG_EVENT 1 298 #define CREATE_THREAD_DEBUG_EVENT 2 299 #define CREATE_PROCESS_DEBUG_EVENT 3 300 #define EXIT_THREAD_DEBUG_EVENT 4 301 #define EXIT_PROCESS_DEBUG_EVENT 5 302 #define LOAD_DLL_DEBUG_EVENT 6 303 #define UNLOAD_DLL_DEBUG_EVENT 7 304 #define OUTPUT_DEBUG_STRING_EVENT 8 305 #define RIP_EVENT 9
Note:
See TracChangeset
for help on using the changeset viewer.