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.

27 lines
465 B

  1. /*
  2. * dats.hxx
  3. *
  4. *
  5. * Copyright (c) 1998 Microsoft Corporation
  6. *
  7. * PURPOSE: Defines the global list of Data Attributes (dats).
  8. *
  9. *
  10. * OWNER: brentp
  11. */
  12. #ifndef DATS_HXX
  13. #define DATS_HXX
  14. enum DAT
  15. {
  16. datNil = -1,
  17. datNumeric,
  18. datString,
  19. datString1, // Just for test purpose have different datString.
  20. datString2,
  21. datString3,
  22. datDate,
  23. datMax
  24. };
  25. #endif //DATS_HXX