Changeset 2281


Ignore:
Timestamp:
Dec 31, 1999, 11:47:45 AM (25 years ago)
Author:
sandervl
Message:

added debug defs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/winconst.h

    r2196 r2281  
    1 /* $Id: winconst.h,v 1.17 1999-12-24 18:38:19 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.18 1999-12-31 10:47:45 sandervl Exp $ */
    22
    33/*
     
    384384#define PM_REMOVE_W       0x0001
    385385#define PM_NOYIELD_W      0x0002
     386
     387#define EXCEPTION_DEBUG_EVENT_W       1
     388#define CREATE_THREAD_DEBUG_EVENT_W   2
     389#define CREATE_PROCESS_DEBUG_EVENT_W  3
     390#define EXIT_THREAD_DEBUG_EVENT_W     4
     391#define EXIT_PROCESS_DEBUG_EVENT_W    5
     392#define LOAD_DLL_DEBUG_EVENT_W        6
     393#define UNLOAD_DLL_DEBUG_EVENT_W      7
     394#define OUTPUT_DEBUG_STRING_EVENT_W   8
     395#define RIP_EVENT_W                   9
Note: See TracChangeset for help on using the changeset viewer.