home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / tutsamp / marshal2 / marshal2.def < prev    next >
Text File  |  1997-08-05  |  2KB  |  43 lines

  1. ;/*+=========================================================================
  2. ;  File:       MARSHAL2.DEF
  3. ;
  4. ;  Summary:    Module Definition File (used by LINK). Exports the server
  5. ;              housing functions of the MARSHAL2 COM server.
  6. ;
  7. ;              For a comprehensive tutorial code tour of MARSHAL2's
  8. ;              contents and offerings see the tutorial MARSHAL2.HTM file
  9. ;              For more specific technical details see the comments
  10. ;              dispersed throughout the MARSHAL2 source code.
  11. ;
  12. ;              In general, to set up your system to build and test the
  13. ;              Win32 code samples in this COM Tutorial series, see the
  14. ;              global TUTORIAL.HTM file for details.
  15. ;
  16. ;  Origin:     8-2-97: atrent - Created.
  17. ;
  18. ;---------------------------------------------------------------------------
  19. ;  This file is part of the Microsoft COM Tutorial Code Samples.
  20. ;
  21. ;  Copyright (C) Microsoft Corporation, 1997.  All rights reserved.
  22. ;
  23. ;  This source code is intended only as a supplement to Microsoft
  24. ;  Development Tools and/or on-line documentation.  See these other
  25. ;  materials for detailed information regarding Microsoft code samples.
  26. ;
  27. ;  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  28. ;  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  29. ;  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  30. ;  PARTICULAR PURPOSE.
  31. ;=========================================================================+*/
  32.  
  33. LIBRARY     MARSHAL2
  34.  
  35. DESCRIPTION 'MARSHAL2: COM Tutorial Sample. Copyright Microsoft Corp., 1997'
  36.  
  37. EXPORTS
  38.   DllGetClassObject PRIVATE
  39.   DllCanUnloadNow PRIVATE
  40.   DllRegisterServer PRIVATE
  41.   DllUnregisterServer PRIVATE
  42.   GetProxyDllInfo PRIVATE
  43.