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.

49 lines
1.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1991 - 1999
  6. //
  7. // File: testhlp.hxx
  8. //
  9. //--------------------------------------------------------------------------
  10. /* --------------------------------------------------------------------
  11. Microsoft OS/2 LAN Manager
  12. Copyright(c) Microsoft Corp., 1990
  13. -------------------------------------------------------------------- */
  14. /* --------------------------------------------------------------------
  15. File : testhlp.hxx
  16. Description :
  17. This file defines the operating system specific helper routines used by
  18. the testing code.
  19. History :
  20. mikemon 01-14-91 Created this file.
  21. -------------------------------------------------------------------- */
  22. #ifndef __TESTHLP_HXX__
  23. #define __TESTHLP_HXX__
  24. void
  25. TestHlpResumeThread (
  26. int Thread
  27. );
  28. int // Return the current thread.
  29. TestHlpCurrentThread (
  30. );
  31. void
  32. TestHlpSuspendThread (
  33. int Thread
  34. );
  35. #endif /* __TESTHLP_HXX__ */