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.

13 lines
394 B

  1. //+-------------------------------------------------
  2. // globals.hxx
  3. //
  4. // Contains global variables used in this program
  5. //
  6. // 10-31-96 Created
  7. //--------------------------------------------------
  8. extern ITask *g_pITask;
  9. extern ITaskTrigger *g_pITaskTrigger;
  10. extern ITaskScheduler *g_pISchedAgent;
  11. extern IEnumWorkItems *g_pIEnumTasks;
  12. extern IUnknown *g_pIUnknown;