windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/idl/msgsvcsend.acf

35 lines
449 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
msgsvcsend.idl
Abstract:
Contains the RPC routines for point to point message send.
The client is in the workstation service, and the server is in the Messenger service.
Author:
Will Lees (wlees) Sep 21, 1997
Environment:
User Mode - Win32 - MIDL
Revision History:
--*/
[explicit_handle]
interface msgsvcsend
{
[comm_status, fault_status] NetrSendMessage();
}