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 / strout / strout.acf < prev    next >
Text File  |  1996-07-23  |  850b  |  15 lines

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