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

Windows编程

开发平台:

Visual C++

  1. ;/*+=========================================================================
  2. ;  File:       PERDRAW.DEF
  3. ;
  4. ;  Summary:    Module Definition File (used by LINK). Exports the server
  5. ;              housing functions of the PERDRAW COM server.
  6. ;
  7. ;              For a comprehensive tutorial code tour of PERDRAW's
  8. ;              contents and offerings see the tutorial PERDRAW.HTM file
  9. ;              For more specific technical details see the comments
  10. ;              dispersed throughout the PERDRAW 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. LIBRARY     PERDRAW
  33. DESCRIPTION 'PERDRAW: COM Tutorial Sample. Copyright Microsoft Corp., 1997'
  34. EXPORTS
  35.   DllGetClassObject PRIVATE
  36.   DllCanUnloadNow PRIVATE
  37.   DllRegisterServer PRIVATE
  38.   DllUnregisterServer PRIVATE