home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 53 / IOPROG_53.ISO / soft / c++ / xceedbkp.exe / Samples / Vc6 / AddIn / AddIn.def < prev    next >
Encoding:
Text File  |  1999-09-02  |  218 b   |  10 lines

  1. ; AddIn.def : Declares the module parameters.
  2.  
  3. LIBRARY      "AddIn.DLL"
  4.  
  5. EXPORTS
  6.     DllCanUnloadNow     @1 PRIVATE
  7.     DllGetClassObject   @2 PRIVATE
  8.     DllRegisterServer   @3 PRIVATE
  9.     DllUnregisterServer    @4 PRIVATE
  10.