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.

18 lines
557 B

  1. // File: schedule.h
  2. //
  3. // Contents: Task Scheduler wrapper functions provided by SCHEDULE.CPP
  4. //
  5. // Microsoft Desktop Themes for Windows
  6. // Copyright (c) 1998-1999 Microsoft Corporation. All rights reserved.
  7. // Task Scheduler functions provided by SCHEDULE.CPP
  8. BOOL IsTaskSchedulerRunning();
  9. BOOL StartTaskScheduler(BOOL);
  10. BOOL IsThemesScheduled();
  11. BOOL DeleteThemesTask();
  12. BOOL AddThemesTask(LPTSTR, BOOL);
  13. BOOL HandDeleteThemesTask();
  14. BOOL IsPlatformNT();
  15. BOOL GetCurrentUser(LPTSTR, DWORD, LPTSTR, DWORD, LPTSTR, DWORD);
  16. BOOL IsUserAdmin();