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.
19 lines
642 B
19 lines
642 B
// ----------------------------------------------------------------------------
|
|
//
|
|
// _UMDlg.h
|
|
//
|
|
// Internal header for Utility Manager
|
|
//
|
|
// Author: J. Eckhardt, ECO Kommunikation
|
|
// (c) 1997-99 Microsoft
|
|
// ----------------------------------------------------------------------------
|
|
#ifndef __UMDLG_H_
|
|
#define __UMDLG_H_
|
|
// ----------------------------------------
|
|
#define UMANDLG_DLL _TEXT("UManDlg.dll")
|
|
#define UMANDLG_VERSION 2
|
|
// ----------------------------------------
|
|
#define UMANDLG_FCT "UManDlg"
|
|
typedef BOOL (*umandlg_f)(BOOL fShow, BOOL fWaitForDlgClose, DWORD dwVersion);
|
|
#endif __UMDLG_H_
|
|
|