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.

42 lines
925 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // SCHEDWIZ.H / Tuneup
  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. // 7/98 - Jason Cohen (JCOHEN)
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. // Only include this file once.
  16. //
  17. #ifndef _SCHEDWIZ_H_
  18. #define _SCHEDWIZ_H_
  19. // Include file(s).
  20. //
  21. #include <windows.h>
  22. #include "main.h"
  23. // External function prototype(s).
  24. //
  25. BOOL InitJobs(LPTASKDATA);
  26. VOID ReleaseJobs(LPTASKDATA, BOOL);
  27. BOOL JobReschedule(HWND, ITask *);
  28. LPTSTR GetTaskTriggerText(ITask *);
  29. LPTSTR GetNextRunTimeText(ITask *, DWORD);
  30. VOID ResolveLnk(VOID);
  31. VOID SetTimeScheme(INT);
  32. INT GetTimeScheme(VOID);
  33. #endif // _SCHEDWIZ_H_