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.

19 lines
399 B

  1. #ifndef _TASK_
  2. #define _TASK_
  3. // task.h
  4. //
  5. // This header file collects up all the task manager and related objects
  6. // and common function definitions. The COM objects are available in
  7. // TASK.DLL.
  8. // COM Interface & LibraryDefintions
  9. //#include "tskdef.h"
  10. #include "tskdef.h"
  11. #include "tskint.h"
  12. #include "tsklib.h"
  13. // Common Functions
  14. #include "tsktrace.h"
  15. #endif // _TASK_