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.

33 lines
667 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // RUNNOW.H
  4. //
  5. // Microsoft Confidential
  6. // Copyright (c) Microsoft Corporation 1998
  7. // All rights reserved
  8. //
  9. // Includes all external include files, defined values, macros, data
  10. // structures, and fucntion prototypes for the corisponding CXX file.
  11. //
  12. // Jason Cohen (JCOHEN)
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. // Only include this file once.
  16. //
  17. #ifndef _RUNNOW_H_
  18. #define _RUNNOW_H_
  19. // Include file(s).
  20. //
  21. #include <windows.h>
  22. // External function prototype(s).
  23. //
  24. VOID RunTasksNow(HWND, LPTASKDATA);
  25. #endif // _RUNNOW_H_