Windows2003-3790/inetcore/outlookexpress/mailnews/shell/init.h

20 lines
325 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*
* i n i t . h
*
* Purpose:
* global init code for Athena
*
* Copyright (C) Microsoft Corp. 1993, 1994.
*/
#ifndef INIT_H
#define INIT_H
BOOL FCommonViewInit();
HRESULT HrMailInit(HWND hwnd);
BOOL Initialize_RunDLL(BOOL fMail);
void Uninitialize_RunDLL();
void DllDeInit();
#endif //INIT_H