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.

31 lines
694 B

  1. //+--------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. //
  6. // File: tests.hxx
  7. //
  8. // Contents: DRT tests header
  9. //
  10. // History: 23-Sep-92 DrewB Created
  11. //
  12. //---------------------------------------------------------------
  13. #ifndef __TESTS_HXX__
  14. #define __TESTS_HXX__
  15. void t_create(void);
  16. void t_open(void);
  17. void t_addref(void);
  18. void t_tmodify(void);
  19. void t_dmodify(void);
  20. void t_stat(void);
  21. void t_stream(void);
  22. void t_enum(void);
  23. void t_stgcopyto(void);
  24. void t_marshal(void);
  25. void t_stgmisc(void);
  26. void t_ilb(void);
  27. void t_movecopy(void);
  28. #endif // #ifndef __TESTS_HXX__