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.

34 lines
477 B

  1. /*++
  2. Microsoft Confidential
  3. Copyright (c) 1992-2000 Microsoft Corporation
  4. All rights reserved
  5. Module Name:
  6. srcfg.h
  7. Abstract:
  8. Public declarations for the System Restore tab of the System Control
  9. Panel Applet.
  10. Author:
  11. skkhang 15-Jun-2000
  12. --*/
  13. #ifndef _SYSDM_SRCFG_H_
  14. #define _SYSDM_SRCFG_H_
  15. //
  16. // Public function prototypes
  17. //
  18. HPROPSHEETPAGE
  19. CreateSystemRestorePage(
  20. int,
  21. DLGPROC
  22. );
  23. #endif // _SYSDM_SRCFG_H_