windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/dll/errdlg.hxx

25 lines
484 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1994 - 1998
//
// File: errdlg.hxx
//
// Contents: Error dialog function
//
// History: 14-Jul-1998 SitaramR Created from util.hxx
//
//---------------------------------------------------------------------------
#pragma once
#include <mstask.h>
void
SchedUIErrorDialog(
HWND hwnd,
int idsErrMsg);