Windows2003-3790/shell/cpls/system/srcfg.h
2020-09-30 16:53:55 +02:00

35 lines
477 B
C

/*++
Microsoft Confidential
Copyright (c) 1992-2000 Microsoft Corporation
All rights reserved
Module Name:
srcfg.h
Abstract:
Public declarations for the System Restore tab of the System Control
Panel Applet.
Author:
skkhang 15-Jun-2000
--*/
#ifndef _SYSDM_SRCFG_H_
#define _SYSDM_SRCFG_H_
//
// Public function prototypes
//
HPROPSHEETPAGE
CreateSystemRestorePage(
int,
DLGPROC
);
#endif // _SYSDM_SRCFG_H_