mirror of https://github.com/tongzx/nt5src
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
15 lines
384 B
/* ADUTIL.H
|
|
**
|
|
** Copyright (C) Microsoft Corp. 1998, All Rights Reserved.
|
|
**
|
|
** Prototypes for functions provided by ADUTIL.CPP.
|
|
**
|
|
** Created by: David Schott, January 1998
|
|
*/
|
|
|
|
// ActiveDesktop functions provided by ADUTIL.CPP
|
|
BOOL IsActiveDesktopOn();
|
|
BOOL GetADWallpaper(LPTSTR);
|
|
BOOL SetADWallpaper(LPTSTR, BOOL);
|
|
BOOL GetADWPOptions(DWORD *);
|
|
BOOL GetADWPPattern(LPTSTR);
|