home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / api2help / api2help.def < prev    next >
Text File  |  1998-04-02  |  377b  |  15 lines

  1. ; API2Help.def : Declares the module parameters for the DLL.
  2.  
  3. ; Copyright (C) 1992-1998 Microsoft Corporation
  4. ; All rights reserved.
  5.  
  6. LIBRARY      "API2HELP"
  7. DESCRIPTION  'API2HELP Windows Dynamic Link Library'
  8.  
  9. EXPORTS
  10.     ; Explicit exports can go here
  11.     DllCanUnloadNow PRIVATE
  12.     DllGetClassObject PRIVATE
  13.     DllRegisterServer PRIVATE
  14.     DllUnregisterServer PRIVATE
  15.