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
20 lines
528 B
/*==========================================================================
|
|
*
|
|
* Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
* File: dverror.h
|
|
* Content: Error string handling
|
|
*
|
|
* History:
|
|
* Date By Reason
|
|
* ==== == ======
|
|
* 01/21/2000 pnewson Created
|
|
*
|
|
***************************************************************************/
|
|
|
|
#ifndef _DVERROR_H
|
|
#define _DVERROR_H
|
|
|
|
void DV_DisplayErrorBox(HRESULT hr, HWND hwndParent, UINT idsErrorMessage = 0);
|
|
|
|
#endif
|