home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / interop / msg.idl < prev    next >
Encoding:
Text File  |  1995-11-14  |  647 b   |  21 lines

  1. /*************************************************************/
  2. /**                                                         **/
  3. /**                 Microsoft RPC Examples                  **/
  4. /**            OSF DCE Interop Sample Application           **/
  5. /**           Copyright(c) Microsoft Corp. 1993-1995        **/
  6. /**                                                         **/
  7. /*************************************************************/
  8.  
  9. [
  10. uuid(0E8BDF58-B3BF-101A-A116-08002B2B8CD3),
  11. version(1.0)
  12. ]
  13. interface interop
  14. {
  15.  
  16. void ClientMessage([in, string, ref] unsigned char *pszMessage);
  17.  
  18. void ShutdownServer(void);
  19.  
  20. }
  21.