2025-04-27 07:49:33 -04:00

25 lines
508 B
C++

//+--------------------------------------------------------------------------
//
// 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);