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.
|
|
/*******************************************************************************
* * 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_
|