Leaked source code of windows server 2003
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
483 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. msgsvcsend.idl
  5. Abstract:
  6. Contains the RPC routines for point to point message send.
  7. The client is in the workstation service, and the server is in the Messenger service.
  8. Author:
  9. Will Lees (wlees) Sep 21, 1997
  10. Environment:
  11. User Mode - Win32 - MIDL
  12. Revision History:
  13. --*/
  14. [explicit_handle]
  15. interface msgsvcsend
  16. {
  17. [comm_status, fault_status] NetrSendMessage();
  18. }