;/*++
;
;Copyright (c) 1996  Microsoft Corporation
;
;Module Name:
;
;	imsg.def
;
;Abstract:
;
;	This module contains the module definitions for the
;	Server Extension Object service Proxy/Stub DLL.
;
;Author:
;
;	Alex Wetmore	(awetmore@microsoft.com)
;
;Revision History:
;
;	awetmore	08/05/97	created
;
;--*/


; IMSG.def : Declares the module parameters.

LIBRARY      IMSG.DLL

EXPORTS
	DllCanUnloadNow     @1 PRIVATE
	DllGetClassObject   @2 PRIVATE
	DllRegisterServer   @3 PRIVATE
	DllUnregisterServer	@4 PRIVATE
	GetProxyDllInfo		@5 PRIVATE