MSG.IDL
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

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