14 lines
423 B
C
14 lines
423 B
C
|
/**************************************************************************************************
|
|||
|
|
|||
|
FILENAME: MIMessage.h
|
|||
|
|
|||
|
COPYRIGHT<EFBFBD> 2001 Microsoft Corporation and Executive Software International, Inc.
|
|||
|
|
|||
|
**************************************************************************************************/
|
|||
|
#ifndef __MIMESSAGE_H_
|
|||
|
#define __MIMESSAGE_H_
|
|||
|
|
|||
|
BOOL RaiseMIDialog(HWND hWndParent);
|
|||
|
|
|||
|
#endif //#ifndef __MIMESSAGE_H_
|