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.

20 lines
528 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dverror.h
  6. * Content: Error string handling
  7. *
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 01/21/2000 pnewson Created
  12. *
  13. ***************************************************************************/
  14. #ifndef _DVERROR_H
  15. #define _DVERROR_H
  16. void DV_DisplayErrorBox(HRESULT hr, HWND hwndParent, UINT idsErrorMessage = 0);
  17. #endif