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.

23 lines
536 B

  1. /*******************************************************************************
  2. *
  3. * Copyright 1999 American Power Conversion, All Rights Reserved
  4. *
  5. * TITLE: UPSINFO.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: PaulB
  10. *
  11. * DATE: 07 June, 1999
  12. *
  13. * DESCRIPTION:
  14. ********************************************************************************/
  15. #ifndef _UPS_INFO_H_
  16. #define _UPS_INFO_H_
  17. void DisplayUPSInfoDialogBox (HWND aParentWnd);
  18. void DoUpdateUPSInfo (HWND hDlg);
  19. #endif // _UPS_INFO_H_