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.

15 lines
384 B

  1. /* ADUTIL.H
  2. **
  3. ** Copyright (C) Microsoft Corp. 1998, All Rights Reserved.
  4. **
  5. ** Prototypes for functions provided by ADUTIL.CPP.
  6. **
  7. ** Created by: David Schott, January 1998
  8. */
  9. // ActiveDesktop functions provided by ADUTIL.CPP
  10. BOOL IsActiveDesktopOn();
  11. BOOL GetADWallpaper(LPTSTR);
  12. BOOL SetADWallpaper(LPTSTR, BOOL);
  13. BOOL GetADWPOptions(DWORD *);
  14. BOOL GetADWPPattern(LPTSTR);