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

24 lines
513 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*******************************************************************************
*
* Copyright 1999 American Power Conversion, All Rights Reserved
*
* TITLE: UPSINFO.H
*
* VERSION: 1.0
*
* AUTHOR: PaulB
*
* DATE: 07 June, 1999
*
* DESCRIPTION:
********************************************************************************/
#ifndef _UPS_INFO_H_
#define _UPS_INFO_H_
void DisplayUPSInfoDialogBox (HWND aParentWnd);
void DoUpdateUPSInfo (HWND hDlg);
#endif // _UPS_INFO_H_