mirror of https://github.com/tongzx/nt5src
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.
24 lines
484 B
24 lines
484 B
//+--------------------------------------------------------------------------
|
|
//
|
|
// 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);
|
|
|
|
|
|
|