Leaked source code of windows server 2003
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

  1. // ----------------------------------------------------------------------------
  2. //
  3. // _UMDlg.h
  4. //
  5. // Internal header for Utility Manager
  6. //
  7. // Author: J. Eckhardt, ECO Kommunikation
  8. // (c) 1997-99 Microsoft
  9. // ----------------------------------------------------------------------------
  10. #ifndef __UMDLG_H_
  11. #define __UMDLG_H_
  12. // ----------------------------------------
  13. #define UMANDLG_DLL _TEXT("UManDlg.dll")
  14. #define UMANDLG_VERSION 2
  15. // ----------------------------------------
  16. #define UMANDLG_FCT "UManDlg"
  17. typedef BOOL (*umandlg_f)(BOOL fShow, BOOL fWaitForDlgClose, DWORD dwVersion);
  18. #endif __UMDLG_H_