debugp.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //
  5. //  Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. //  File:       debugp.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _INC_CSCVIEW_DEBUGP_H
  11. #define _INC_CSCVIEW_DEBUGP_H
  12. //
  13. // Define some application-specific debug mask values.
  14. //
  15. #define DM_LOADMGR      DBGCREATEMASK(0x00000001)
  16. #define DM_LOADWORKER   DBGCREATEMASK(0x00000002)
  17. #define DM_OBJTREE      DBGCREATEMASK(0x00000004)
  18. #define DM_VIEW         DBGCREATEMASK(0x00000008)
  19. #define DM_ICONHOUND    DBGCREATEMASK(0x00000010)
  20. #define DM_CONFIG       DBGCREATEMASK(0x00000020)
  21. #define DM_CPL          DBGCREATEMASK(0x00000040)
  22. #define DM_OPTDLG       DBGCREATEMASK(0x00000080)
  23. #endif // _INC_CSCVIEW_DEBUGP_H