Leaked source code of windows server 2003
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.

50 lines
1.1 KiB

  1. #ifndef _ADTDEF_H_
  2. #define _ADTDEF_H_
  3. //+-----------------------------------------------------------------------
  4. //
  5. // Microsoft Windows
  6. //
  7. // Copyright (c) Microsoft Corporation 2000
  8. //
  9. // File: A D T D E F . H
  10. //
  11. // Contents: Audit related defs
  12. //
  13. //
  14. // History:
  15. // 07-January-2000 kumarp created
  16. //
  17. //------------------------------------------------------------------------
  18. #define NYI FALSE
  19. #define AdtWMINameSpace L"root\\default"
  20. // typedef enum tag_CIMTYPE
  21. // {
  22. // CIM_ILLEGAL = 0xfff,
  23. // CIM_EMPTY = 0,
  24. // CIM_SINT8 = 16,
  25. // CIM_UINT8 = 17,
  26. // CIM_SINT16 = 2,
  27. // CIM_UINT16 = 18,
  28. // CIM_SINT32 = 3,
  29. // CIM_UINT32 = 19,
  30. // CIM_SINT64 = 20,
  31. // CIM_UINT64 = 21,
  32. // CIM_REAL32 = 4,
  33. // CIM_REAL64 = 5,
  34. // CIM_BOOLEAN = 11,
  35. // CIM_STRING = 8,
  36. // CIM_DATETIME = 101,
  37. // CIM_REFERENCE = 102,
  38. // CIM_CHAR16 = 103,
  39. // CIM_OBJECT = 13,
  40. // CIM_FLAG_ARRAY = 0x2000
  41. // } CIMTYPE;
  42. //typedef ULONG WMITYPE;
  43. #endif // _ADTDEF_H_