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

Windows编程

开发平台:

Visual C++

  1. /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  2. /*                  Copyright Microsoft Corp. 1992 - 1996               */
  3. /*                      Remote Machine strout sample                    */
  4. /*                                                                      */
  5. /*  FILE    :   strout.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_strout_sample_handle)] 
  12. interface strout_sample
  13. {
  14. }