Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
656 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright(C) 1997-1998 Microsoft Corporation all rights reserved.
  4. //
  5. // Module: policydbg.h
  6. //
  7. // Project: Everest
  8. //
  9. // Description: IAS Policy DLL - Debug / Error Trace Message IDs
  10. //
  11. // Author: Todd L. Paul 12/11/97
  12. //
  13. //////////////////////////////////////////////////////////////////////////////
  14. #ifndef __IAS_POLICY_TRACE_FLAG_H_
  15. #define __IAS_POLICY_TRACE_FLAG_H_
  16. #define IAS_ATTRIBUTE_TRACE_ON 0x300 // Attribute ref counting
  17. #define IAS_ATTRIBUTE_DEBUG_MSG 0x100
  18. #define IAS_ATTRIBUTE_ERROR_MSG 0x200
  19. #endif // __IAS_POLICY_TRACE_FLAG_H_