17 lines
339 B
C
17 lines
339 B
C
/* File: D:\WACKER\tdll\errorbox.h (Created: 26-Dec-1993)
|
|
*
|
|
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 1 $
|
|
* $Date: 10/05/98 12:37p $
|
|
*/
|
|
|
|
extern int TimedMessageBox(HWND hwndOwner,
|
|
LPCTSTR lpszText,
|
|
LPCTSTR lpszTitle,
|
|
UINT fuStyle,
|
|
int nTimeout);
|
|
|
|
|