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

Windows编程

开发平台:

Visual C++

  1. /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  2. /*                  Copyright Microsoft Corp. 1992-1996                 */
  3. /*                      Remote Machine pipe sample                      */
  4. /*                                                                      */
  5. /*  FILE    :   pipe.acf                                                */
  6. /*                                                                      */
  7. /*  PURPOSE :   This file tells the midl compiler that we want to use   */
  8. /*              the implicit binding method for the remote procedure    */
  9. /*              calls                                                   */
  10. /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  11. [implicit_handle (handle_t global_pipe_sample_handle)] 
  12. interface pipe_sample
  13. {
  14. }