mirror of https://github.com/tongzx/nt5src
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.
34 lines
449 B
34 lines
449 B
/*++
|
|
|
|
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();
|
|
|
|
}
|