STROUT.ACF
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 1k
Category:

Windows Develop

Development Platform:

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. }