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
325 B

  1. /*
  2. * i n i t . h
  3. *
  4. * Purpose:
  5. * global init code for Athena
  6. *
  7. * Copyright (C) Microsoft Corp. 1993, 1994.
  8. */
  9. #ifndef INIT_H
  10. #define INIT_H
  11. BOOL FCommonViewInit();
  12. HRESULT HrMailInit(HWND hwnd);
  13. BOOL Initialize_RunDLL(BOOL fMail);
  14. void Uninitialize_RunDLL();
  15. void DllDeInit();
  16. #endif //INIT_H