home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / activexcontrol / basectl / todosvr / todosvr.def < prev    next >
Encoding:
Text File  |  1997-10-05  |  852 b   |  21 lines

  1. ; --------------------------------------------------------------------------
  2. ; ToDoSvr.Def - Module definition file for ToDoSvr.Ocx (win32)
  3. ; --------------------------------------------------------------------------
  4. ; Copyright 1995-1997 Microsoft Corporation.  All Rights Reserved.
  5. ;
  6. ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. ; ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. ; THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. ; PARTICULAR PURPOSE.
  10. ;=--------------------------------------------------------------------------=
  11. ;
  12.  
  13. LIBRARY         ToDoSvr
  14.  
  15. DESCRIPTION     'Sample DocObject/Control'
  16.  
  17. EXPORTS         DllRegisterServer private
  18. EXPORTS         DllUnregisterServer private
  19. EXPORTS         DllCanUnloadNow private
  20. EXPORTS         DllGetClassObject private
  21.