windows-nt/Source/XPSP1/NT/shell/osshell/cpls/powercfg/ups/upsconfig.h

25 lines
558 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*******************************************************************************
*
* Copyright 1999 American Power Conversion, All Rights Reserved
*
* TITLE: UPSCONFIG.H
*
* VERSION: 1.0
*
* AUTHOR: TedC
*
* DATE: 07 June, 1999
*
* DESCRIPTION:
********************************************************************************/
#ifndef _UPS_CONFIG_H_
#define _UPS_CONFIG_H_
/********************* Prototypes ***********************/
INT_PTR CALLBACK UPSConfigDlgProc( HWND, UINT, WPARAM, LPARAM );
#endif // _UPS_CONFIG_H_