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.

25 lines
963 B

  1. /*****************************************************************************\
  2. FILE: ScreenSaverPg.cpp
  3. DESCRIPTION:
  4. This file contains the COM object implementation that will display the
  5. ScreenSaver tab in the Display Control Panel.
  6. 18-Feb-94 (Tracy Sharpe) Added power management functionality.
  7. Commented out several pieces of code that weren't being
  8. used.
  9. 5/30/2000 (Bryan Starbuck) BryanSt: Turned into C++ and COM. Exposed
  10. as an API so other tabs can communicate with it. This enables
  11. the Plus! Theme page to modify the screen saver.
  12. Copyright (C) Microsoft Corp 1994-2000. All rights reserved.
  13. \*****************************************************************************/
  14. #ifndef _SSDLG_H
  15. #define _SSDLG_H
  16. HRESULT CScreenSaverPage_CreateInstance(IN IUnknown * punkOuter, IN REFIID riid, OUT LPVOID * ppvObj);
  17. #endif // _SSDLG_H